import { type AccountsClient } from '@accounts/client';
export declare const authFetch: (accounts: AccountsClient, path: string, request: any) => Promise<Response>;
