import type { TezosContext } from '../config';
import type { Balance } from '@ledgerhq/coin-module-framework/api/index';
/** Returns `[native, ...stakes, ...tokens]` per the Paris upgrade. */
export declare function getBalance(context: TezosContext, address: string): Promise<Balance[]>;
//# sourceMappingURL=getBalance.d.ts.map