declare type Fetch = typeof fetch; export declare const resolveFetch: (customFetch?: typeof fetch | undefined) => Fetch; export declare const resolveResponse: () => Promise; export declare const recursiveToCamel: (item: Record) => unknown; export {}; //# sourceMappingURL=helpers.d.ts.map