export declare const getAddressLink: (explorerUrl: string) => (address: string) => string; export declare const getTransactionLink: (explorerUrl: string) => (txnId: string) => string; //# sourceMappingURL=chainExplorerLink.d.ts.map