import { IResponse, IContext } from '../../types'; import { IBalance } from '../'; export type GetBalanceResponse = IResponse; export declare const getBalance: ({ httpClient, }: IContext) => () => Promise>;