export declare function image(imageSrc: string): Promise<string>;
export declare function script(scriptSrc: string): Promise<string>;
