export interface NotifizzConfig { apiKey: string; apiUrl: string; serverUrl: string; widgetPath: string; } export declare function importScriptInBrowser(config: NotifizzConfig): void;