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