export declare const loadScript: { url: (url: string) => Promise; urls: (urls: string[]) => Promise; };