import { HttpMessage } from "@http4t/core/contract"; import { MessageLens, RoutingResult } from "../lenses"; /** * NB: does not _check_ `Content-Type` header when extracting, but does * _set_ it when injecting * */ export declare class TextLens implements MessageLens { get(message: TMessage): Promise>; set(into: SetInto, value: string): Promise; } export declare function text(): TextLens; //# sourceMappingURL=TextLens.d.ts.map