import type { Client } from '../../index.js'; export interface Http2Options { closingTag?: boolean; noTags?: boolean; shortTags?: boolean; } export declare const http2: Client; //# sourceMappingURL=client.d.ts.map