export declare function updateDebug(debug: boolean): void; export declare function removeElement($el: HTMLElement): void; export declare const isObject: (item: any) => any; export declare const warn: (text: string) => void; export declare const isBrowser: () => boolean; export declare const mergeDeep: (target: T, ...sources: any) => T; export declare const addScriptLoadListener: (scriptElement: HTMLScriptElement) => Promise; export declare function loadGTag(id: string): Promise; export declare function loadMixpanel(): Promise;