import { Environment } from '../environment/Environment';
import { QuantityInterface } from '@melonproject/token-math';
declare const getBalance: (environment: Environment, address?: import("@melonproject/token-math").Address) => Promise<QuantityInterface>;
export { getBalance };
