import { INotification } from '../types'; type DataType = { notifications: { [notificationId: string]: Partial; } | undefined; }; export declare const runPublish: () => Promise; export {};