/** * Load a script from a URL and append it to the document head */ export declare function loadScript(src: string, attributes?: Record): Promise; //# sourceMappingURL=index.d.ts.map