import { HardhatRuntimeEnvironmentExtended, IDeploymentParams } from './types'; export declare function computeCreate2DeploymentAddress(deploymentParams: IDeploymentParams, hre: HardhatRuntimeEnvironmentExtended): Promise; export declare const computeCreate2DeploymentAddressesFromList: (hre: HardhatRuntimeEnvironmentExtended) => Promise; //# sourceMappingURL=compute-one-address.d.ts.map