export declare function loadScript(url: string, scriptId?: string): Promise; export declare function removeScript(scriptId: string): void;