import type { Client } from '../../index.js'; export interface WgetOptions { indent?: string | false; short?: boolean; verbose?: boolean; } export declare const wget: Client; //# sourceMappingURL=client.d.ts.map