export declare function createBlobUrl(content: string): string; export declare function loadModuleScript(blobUrl: string): Promise; export declare function waitForGlobalFunction(fnName: string, timeout?: number): Promise; export declare function getTokenFromGlobal(fnName: string): Promise; export declare function cleanup(blobUrl: string, scriptElement: HTMLScriptElement, fnName: string): void;