export declare const script: { import(paths: string | string[]): Promise; unload(paths: string | string[]): Promise; }; export declare const style: { import(paths: string | string[]): Promise; unload(paths: string | string[]): Promise; }; export declare const html: { import(path: string, el?: HTMLElement): Promise; };