interface attributesInterface { onload?: () => void; async?: boolean; } export declare const loadScript: (src: string, attributes?: attributesInterface) => void; export {};