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