import { Deployment, RenftContractType, SylvesterVersion } from '../types';
export declare const DEPLOYMENT_SYLVESTER_ETHEREUM_MAINNET_V0: Deployment<RenftContractType.SYLVESTER, SylvesterVersion.V0>;
export declare const DEPLOYMENT_SYLVESTER_ETHEREUM_GOERLI_TESTNET_V0: Deployment<RenftContractType.SYLVESTER, SylvesterVersion.V0>;
export declare const DEPLOYMENT_SYLVESTER_POLYGON_MAINNET_V0: Deployment<RenftContractType.SYLVESTER, SylvesterVersion.V0>;
