import type { Client } from '../../index.js'; export interface CurlOptions { binary?: boolean; globOff?: boolean; indent?: string | false; prettifyJson?: boolean; short?: boolean; } export declare const curl: Client; //# sourceMappingURL=client.d.ts.map