import { Address } from '@melonproject/token-math';
import { Environment } from '../../../../utils/environment/Environment';
declare const getAllowedExchanges: (environment: Environment, tradingAddress: Address) => Promise<string[]>;
export { getAllowedExchanges };
