import { Address, PriceInterface, TokenInterface } from '@melonproject/token-math';
import { Environment } from '../../../utils/environment/Environment';
export declare const getPrices: (environment: Environment, contractAddress: Address, tokens: TokenInterface[]) => Promise<PriceInterface[]>;
