import { GameState, NextBlindLevelAction } from "@pokertools/types"; /** * Handle NEXT_BLIND_LEVEL action - advance to next blind level in tournament */ export declare function handleNextBlindLevel(state: GameState, action: NextBlindLevelAction): GameState;