declare function loadScript(source: string): Promise; export { loadScript }; export default loadScript;