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