export declare function injectJS(id: string, src: string): Promise; export declare function injectCSS(id: string, src: string): Promise;