/** * @description * HTTP code snippet generator for fetch * * @author * @pmdroid * * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author. */ import { Client } from '../../targets'; interface FetchOptions { credentials?: Record | null; } export declare const fetch: Client; export {}; //# sourceMappingURL=client.d.ts.map