declare type Fetch = typeof fetch; export declare const resolveFetch: (customFetch?: typeof fetch | undefined) => Fetch; export declare const resolveHeadersConstructor: () => any; export declare const fetchWithAuth: (supabaseKey: string, getAccessToken: () => Promise, customFetch?: typeof fetch | undefined) => Fetch; export {}; //# sourceMappingURL=fetch.d.ts.map