import { ContractFactory, ContractInterface, BytesLike, Signer, Contract } from "ethers"; export declare class QtumContractFactory extends ContractFactory { constructor(contractInterface: ContractInterface, bytecode: BytesLike | { object: string; }, signer?: Signer); deploy(...args: Array): Promise; }