import { Deployment, RenftContractType, ResolverVersion } from '../types';
export declare const DEPLOYMENT_RESOLVER_ETHEREUM_MAINNET_V0: Deployment<RenftContractType.RESOLVER, ResolverVersion.V0>;
export declare const DEPLOYMENT_RESOLVER_ETHEREUM_GOERLI_TESTNET_V0: Deployment<RenftContractType.RESOLVER, ResolverVersion.V0>;
export declare const DEPLOYMENT_RESOLVER_POLYGON_MAINNET_V0: Deployment<RenftContractType.RESOLVER, ResolverVersion.V0>;
export declare const DEPLOYMENT_RESOLVER_AVALANCHE_FUJI_TESTNET_V0: Deployment<RenftContractType.RESOLVER, ResolverVersion.V0>;
export declare const DEPLOYMENT_RESOLVER_AVALANCHE_MAINNET_V0: Deployment<RenftContractType.RESOLVER, ResolverVersion.V0>;
