export declare const DOC_PREFETCH_RANGE_HEADER_VALUE = "bytes=0-63"; export declare function insertBuildIdComment(originalHtml: string, buildId: string): string; export declare function doesExportedHtmlMatchBuildId(partialHtmlDocument: string, buildId: string): boolean;