import { Contract } from '../ethereum'; export declare class ERC721Bid extends Contract { constructor(address: string); getContractName(): string; }