import { SDK } from "../../sdk"; import { ethers } from "ethers"; declare const _default: { deploy: (sdk: SDK, vaultDistributionTokenAddress: string, nftVaultKeyAddress: string, nftTotalSupply: number, unlockDate: number, onTxPending?: Function | undefined, onTxReceipt?: Function | undefined) => Promise; getContract: (sdk: SDK, address: string) => Promise; }; export default _default;