import { HardhatRuntimeEnvironmentExtended } from '../types'; /** * Setup the chainlinkConversionPath values once deployed * @param contractAddress address of the ChainlinkConversionPath contract * If not provided fallback to the latest deployment address * @param hre Hardhat runtime environment * @param signWithEoa Are transactions to be signed by an EAO */ export declare const setupChainlinkConversionPath: ({ contractAddress, hre, signWithEoa, }: { contractAddress?: string | undefined; hre: HardhatRuntimeEnvironmentExtended; signWithEoa: boolean; }) => Promise; //# sourceMappingURL=setupChainlinkConversionPath.d.ts.map