export declare const ExplorerChainId: { readonly ETHEREUM: 1; readonly ARBITRUM_ONE: 42161; readonly LIGHTER: 304; readonly HYPERLIQUID: 999; }; export type ExplorerChainId = (typeof ExplorerChainId)[keyof typeof ExplorerChainId]; export declare function explorerTxUrl(chainId: ExplorerChainId, txHash: string | undefined): string | undefined; //# sourceMappingURL=explorer.d.ts.map