import { ContractArtifact } from 'ethereum-types'; export declare const artifacts: { DummyERC20Token: ContractArtifact; DummyERC721Token: ContractArtifact; WETH9: ContractArtifact; };