import { Address } from '@melonproject/token-math';
import { Environment } from '../../../utils/environment/Environment';
declare const calcAmguInEth: (environment: Environment, contractAddress: Address, gasEstimation: number) => Promise<import("@melonproject/token-math/quantity/QuantityInterface").default>;
export { calcAmguInEth };
