interface CreateAuthFetchOptions { initialHeaders: Record; onUnauthorized?: () => Promise | null>; } export declare function createAuthFetch({ initialHeaders, onUnauthorized, }: CreateAuthFetchOptions): typeof fetch; export {};