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