import type { CasinoChainId } from "@betswirl/sdk-core"; export declare function getBlockExplorerUrl(chainId: CasinoChainId, address: string): string | null;