export declare type BaseNotificationBody = { title: string; body?: string; event?: { channelType?: Array<'pushNotification'>; eventType?: string; postCategoryId?: number; }; publication_time?: string | null; publicationTime?: string | null; };