import { type CasinoChainId } from "@betswirl/sdk-core"; import type { GameResult } from "../types/types"; /** * Triggers leaderboard refresh when a game result is available. * Fire-and-forget; failures are logged but do not affect UI flow. */ export declare function useLeaderboardRefresher(gameResult: GameResult | null, chainId: CasinoChainId): void;