import { HardhatRuntimeEnvironment } from 'hardhat/types'; export default function deploy(args: { chainlinkConversionPathAddress?: string; ethFeeProxyAddress?: string; nativeTokenHash?: string; }, hre: HardhatRuntimeEnvironment): Promise | undefined>; //# sourceMappingURL=eth-conversion-proxy.d.ts.map