import { Master, Partner } from ".."; export declare class MasterNotification { id: number; master: Master | null; partner: Partner | null; name: string; description: string | null; settings: any | null; status: number; created: Date; master_to_notifications: Master[]; }