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