import { AxiosInstance } from 'axios';
import type { UserAccount, PaginatedResponse } from '@cranberry-money/shared-types';
export declare const getAccounts: (apiClient: AxiosInstance) => Promise<import("axios").AxiosResponse<PaginatedResponse<UserAccount>, any, {}>>;
//# sourceMappingURL=user-accounts.d.ts.map