declare const saveNotifications: (args: Array<any>) => void;
declare const notify: (addtionalMessage: string) => Promise<void>;
export { notify, saveNotifications };
