export type ExclusionType = 'channel' | 'user' | 'role';
export declare class Exclusion {
    id: number;
    guildId: string;
    type: ExclusionType;
    targetId: string;
}
//# sourceMappingURL=Exclusion.d.ts.map