import { Address, QuantityInterface } from '@melonproject/token-math';
import { Environment } from '../../../../utils/environment/Environment';
declare const ensureSufficientBalance: (environment: Environment, minBalance: QuantityInterface, who: Address) => Promise<void>;
export { ensureSufficientBalance };
