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