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