import { INotificationOptions } from './INotificationOptions'; export declare function initNotifications(): void; export declare function SPnotify(options: INotificationOptions): void;