export declare class Notification {
    id: number;
    title: string;
    content: string;
    created_at: Date;
}
