import { HardhatNetworkAccountsConfig, HardhatNetworkConfig, HttpNetworkAccountsConfig } from "hardhat/types"; /** * Uploads factory dependencies (child contract bytecodes) if not already deployed. */ export declare function handleFactoryDependencies(pathToArtifacts: string, ethRpcUrl: HardhatNetworkConfig["url"], polkadotRpcUrl: HardhatNetworkConfig["polkadotUrl"], accounts: string[] | HardhatNetworkAccountsConfig | HttpNetworkAccountsConfig, useAnvil?: boolean): Promise;