import type { Client } from '../../index.js'; interface Http11Options { absoluteURI?: boolean; autoContentLength?: boolean; autoHost?: boolean; } /** * Request follows the request message format in accordance to RFC 7230, Section 3. * Each section is prepended with the RFC and section number. * See more at https://tools.ietf.org/html/rfc7230#section-3. */ export declare const http11: Client; export {}; //# sourceMappingURL=client.d.ts.map