import Contract from '../artifacts/Contract';
export default function copyContract(contract: Contract, address: string, txParams?: any): Promise<Contract>;
