import { Create_call as CreateCall } from '../../../../typechain/src/ethers-v5/v1.3.0/Create_call'; import CreateCallEthersContract from '../CreateCallEthersContract'; declare class CreateCallContract_V1_3_0_Ethers extends CreateCallEthersContract { contract: CreateCall; constructor(contract: CreateCall); } export default CreateCallContract_V1_3_0_Ethers;