import * as factory_1 from '../../contracts/generated/factories/deploy/IAspenDeployer.sol'; import * as factory_0 from '../../contracts/generated/factories/deploy/ICedarDeployer.sol'; import * as factory_5 from '../../contracts/generated/factories/impl/IAspenAgreementsNotary.sol'; import * as factory_2 from '../../contracts/generated/factories/impl/IAspenCoreRegistry.sol'; import * as factory_3 from '../../contracts/generated/factories/impl/IPaymentsNotary.sol'; import * as factory_4 from '../../contracts/generated/factories/impl/ITermsRegistry.sol'; export declare const AspenContractFactories: { readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV0': typeof factory_0.ICedarDeployerV0__factory; readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV1': typeof factory_0.ICedarDeployerV1__factory; readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV2': typeof factory_0.ICedarDeployerV2__factory; readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV3': typeof factory_0.ICedarDeployerV3__factory; readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV4': typeof factory_0.ICedarDeployerV4__factory; readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV5': typeof factory_0.ICedarDeployerV5__factory; readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV6': typeof factory_0.ICedarDeployerV6__factory; readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV7': typeof factory_0.ICedarDeployerV7__factory; readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV8': typeof factory_0.ICedarDeployerV8__factory; readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV9': typeof factory_0.ICedarDeployerV9__factory; readonly 'deploy/ICedarDeployer.sol:ICedarDeployerV10': typeof factory_0.ICedarDeployerV10__factory; readonly 'deploy/IAspenDeployer.sol:IAspenDeployerV1': typeof factory_1.IAspenDeployerV1__factory; readonly 'impl/IAspenCoreRegistry.sol:IAspenCoreRegistryV0': typeof factory_2.IAspenCoreRegistryV0__factory; readonly 'deploy/IAspenDeployer.sol:IAspenDeployerV2': typeof factory_1.IAspenDeployerV2__factory; readonly 'impl/IPaymentsNotary.sol:IAspenPaymentsNotaryV1': typeof factory_3.IAspenPaymentsNotaryV1__factory; readonly 'impl/ITermsRegistry.sol:ITermsRegistryV1': typeof factory_4.ITermsRegistryV1__factory; readonly 'impl/ITermsRegistry.sol:ITermsRegistryV2': typeof factory_4.ITermsRegistryV2__factory; readonly 'deploy/IAspenDeployer.sol:IAspenDeployerV3': typeof factory_1.IAspenDeployerV3__factory; readonly 'impl/IAspenCoreRegistry.sol:IAspenCoreRegistryV1': typeof factory_2.IAspenCoreRegistryV1__factory; readonly 'impl/IPaymentsNotary.sol:IAspenPaymentsNotaryV2': typeof factory_3.IAspenPaymentsNotaryV2__factory; readonly 'deploy/IAspenDeployer.sol:IAspenDeployerV4': typeof factory_1.IAspenDeployerV4__factory; readonly 'impl/IAspenAgreementsNotary.sol:IAspenAgreementsNotaryV0': typeof factory_5.IAspenAgreementsNotaryV0__factory; }; export type AspenContractFactories = typeof AspenContractFactories; export type AspenContractInterfaceId = keyof AspenContractFactories; export declare const AspenContractsFamilyVersions: { readonly CedarDeployer: { readonly 0: "deploy/ICedarDeployer.sol:ICedarDeployerV0"; readonly 1: "deploy/ICedarDeployer.sol:ICedarDeployerV1"; readonly 2: "deploy/ICedarDeployer.sol:ICedarDeployerV2"; readonly 3: "deploy/ICedarDeployer.sol:ICedarDeployerV3"; readonly 4: "deploy/ICedarDeployer.sol:ICedarDeployerV4"; readonly 5: "deploy/ICedarDeployer.sol:ICedarDeployerV5"; readonly 6: "deploy/ICedarDeployer.sol:ICedarDeployerV6"; readonly 7: "deploy/ICedarDeployer.sol:ICedarDeployerV7"; readonly 8: "deploy/ICedarDeployer.sol:ICedarDeployerV8"; readonly 9: "deploy/ICedarDeployer.sol:ICedarDeployerV9"; readonly 10: "deploy/ICedarDeployer.sol:ICedarDeployerV10"; }; readonly AspenDeployer: { readonly 1: "deploy/IAspenDeployer.sol:IAspenDeployerV1"; readonly 2: "deploy/IAspenDeployer.sol:IAspenDeployerV2"; readonly 3: "deploy/IAspenDeployer.sol:IAspenDeployerV3"; readonly 4: "deploy/IAspenDeployer.sol:IAspenDeployerV4"; }; readonly AspenCoreRegistry: { readonly 0: "impl/IAspenCoreRegistry.sol:IAspenCoreRegistryV0"; readonly 1: "impl/IAspenCoreRegistry.sol:IAspenCoreRegistryV1"; }; readonly AspenPaymentsNotary: { readonly 1: "impl/IPaymentsNotary.sol:IAspenPaymentsNotaryV1"; readonly 2: "impl/IPaymentsNotary.sol:IAspenPaymentsNotaryV2"; }; readonly TermsRegistry: { readonly 1: "impl/ITermsRegistry.sol:ITermsRegistryV1"; readonly 2: "impl/ITermsRegistry.sol:ITermsRegistryV2"; }; readonly AspenAgreementsNotary: { readonly 0: "impl/IAspenAgreementsNotary.sol:IAspenAgreementsNotaryV0"; }; }; export type AspenContractsFamilyVersions = typeof AspenContractsFamilyVersions; export type AspenContractFamilyId = keyof AspenContractsFamilyVersions; export declare const CurrentCedarDeployerVersion: 10; export declare const CurrentAspenDeployerVersion: 4; export declare const CurrentAspenCoreRegistryVersion: 1; export declare const CurrentAspenPaymentsNotaryVersion: 2; export declare const CurrentTermsRegistryVersion: 2; export declare const CurrentAspenAgreementsNotaryVersion: 0; export declare const LatestCedarDeployerVersion: 10; export declare const LatestAspenDeployerVersion: 4; export declare const LatestAspenCoreRegistryVersion: 1; export declare const LatestAspenPaymentsNotaryVersion: 2; export declare const LatestTermsRegistryVersion: 2; export declare const LatestAspenAgreementsNotaryVersion: 0; export type AspenContractNetworks = 'Mumbai' | 'Rinkeby' | 'Polygon' | 'Goerli' | 'Mainnet' | 'PalmTestnet' | 'Palm' | 'Canto' | 'Sepolia' | 'Base_Goerli' | 'Base_Mainnet';