import { AccountType } from '../../types/account.types'; export declare const accountFetcher: ({ address, baseURL }: { address: string | null; baseURL: string; }) => Promise>; export declare const getAccountFromApi: ({ address, baseURL }: { address?: string; baseURL: string; }) => Promise;