export declare class NotificationTemplate { id: string; code: string; name: string; description: string | null; category: string; channel: string; subject: string | null; body: string; body_html: string | null; variables: any[] | null; is_active: boolean; created_at: Date; updated_at: Date; }