import { HttpMessage } from "@http4t/core/contract"; import { MessageLens, RoutingResult } from "../lenses"; export declare class HeaderLens implements MessageLens { readonly name: string; constructor(name: string); get(output: TMessage): Promise>; set(into: SetInto, value: string): Promise; } export declare function header(name: string): MessageLens; export declare function headers(them: T): MessageLens; //# sourceMappingURL=HeaderLens.d.ts.map