import type { Client } from '../../index.js'; interface FetchOptions { credentials?: Record | null; } export declare const fetch: Client; export {}; //# sourceMappingURL=client.d.ts.map