import type { TUIState } from './state.js'; export declare const GOAL_JUDGE_INPUT_LOCK_MESSAGE = "Goal judge is evaluating; wait a moment or press Esc to pause the goal."; export declare function isGoalJudgeInputLocked(state: TUIState): boolean; export declare function showGoalJudgeInputLockInfo(state: TUIState): void; export declare function canRunSlashCommandDuringGoalJudge(command: string, args: string[]): boolean; //# sourceMappingURL=goal-input-lock.d.ts.map