/** * Create a script and append to DOM */ export declare function createScript(src: string): Promise;