/**
 * Example demonstrating HtmlFetchResponse usage
 * Shows how to access and use response data, headers, status codes, and statusText
 */
declare function demonstrateHtmlFetchResponse(): Promise<void>;
export { demonstrateHtmlFetchResponse };
