import { Contract, Signer } from 'ethers'; export declare function deployContract(signer: Signer, compilerOutput: any, ...args: any[]): Promise; export declare function getContract(address: string, abi: any, addressOrIndexOrSigner?: string | number | Signer): Promise;