export declare function validateHtmlDocument(html: string, opts?: { allowRemoteAssets?: boolean; }): void; export declare function hasPrintCss(html: string): boolean; export declare function printCssWarning(html: string): string | null; //# sourceMappingURL=html.d.ts.map