import { StateFactory } from './interface.js';
/**
 * Turns a HTTP response into a HtmlState
 */
export declare const factory: StateFactory;
