import type { Account } from "../account"; import type { HTTPRequestConfig } from "../../shared/api/base/types"; export declare function getAuthInterceptor(account: Account): (config: HTTPRequestConfig) => Promise;