export declare const getBlockExplorer: (chainId: number) => any; export declare const getTransactionLink: (chainId: number, txHash: string) => string; export declare const getBridgeTransactionLink: (srcChainId: number, txHash: string) => string;