export declare class AlertType { id: number; name: string; title: string | null; description: string | null; isSystem: boolean; icon: string | null; context: string | null; identifier: string | null; stage: string | null; category: string | null; key: string | null; createdAt: Date | null; }