import { Contract } from '../contract'; export declare class ExternalContract extends Contract { get address(): string; }