/**
 * @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<string, string> | null;
}
export declare const fetch: Client<FetchOptions>;
export {};
//# sourceMappingURL=client.d.ts.map