declare type Options = Partial<{ async: boolean; integrity: string; type: string; }>; export declare function lazyLoadScript(src: string, opts?: Options): Promise; export {};