import { GameState, CatchOptions, CatchResult } from "./types.js"; export declare function tryCatch(state: GameState, options?: Partial): CatchResult | null;