type ClientWithFetchAuth = { fetchWithAuth: typeof fetch; }; export type ElevatedFetchResult = { ok: boolean; fetchWithAuth?: typeof fetch; error?: string; }; export declare function getElevatedFetchWithAuth(client?: ClientWithFetchAuth): ElevatedFetchResult; export {}; //# sourceMappingURL=auth.d.ts.map