export declare function loadScript(url: string): Promise; export declare const memoize: (f: any) => (...args: any[]) => any; export declare const loadVisualizeJs: (url: string, onprogress: any) => Promise; //# sourceMappingURL=utils.d.ts.map