import { Cluster } from "@solana/web3.js"; export declare class Explorer { static tx: (id?: string, cluster?: Cluster | "localnet") => string; static address: (id?: string, cluster?: Cluster | "localnet") => string; static block: (id?: string, cluster?: Cluster | "localnet") => string; } //# sourceMappingURL=Explorer.d.ts.map