export declare class Blacklist { blacklistTypeId: number; value: string; notes: string | null; createdAt: Date | null; createdBy: string; modifiedAt: Date | null; modifiedBy: string | null; }