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