export declare class MetaverseExplorer { private url; constructor(url?: string); setUrl(url: string): void; listAddressTransactions(options: { min_height?: number; addresses: string[]; }): Promise>; getHeight(): Promise>; private get; }