export declare function getHtmlScriptsUrls(html: string): Promise;
export declare const bareImportRE: RegExp;
export declare function isRelative(x: string): boolean;
export declare const queryRE: RegExp;
export declare const hashRE: RegExp;
export declare const cleanUrl: (url: string) => string;
//# sourceMappingURL=html.d.ts.map