import type { Client } from '../../index.js'; export interface GoNativeOptions { checkErrors?: boolean; printBody?: boolean; showBoilerplate?: boolean; timeout?: number; } export declare const native: Client; //# sourceMappingURL=client.d.ts.map