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