import type { Client } from '../../index.js'; export interface CurlOptions { closingTag?: boolean; maxRedirects?: number; namedErrors?: boolean; noTags?: boolean; shortTags?: boolean; timeout?: number; } export declare const curl: Client; //# sourceMappingURL=client.d.ts.map