/** Byte budget for one inlined sub-resource. Larger ones stay as absolute URLs. */ export declare const DEFAULT_MAX_RESOURCE_BYTES: number; /** Byte budget for all inlined sub-resources in one snapshot. */ export declare const DEFAULT_MAX_TOTAL_RESOURCE_BYTES: number; export interface StandaloneHtmlRequest { maxResourceBytes: number; maxTotalResourceBytes: number; } export interface StandaloneHtmlResult { html: string; /** Source URL the snapshot was taken from. */ source: string; /** Stylesheets inlined as