import type { InsightPhase } from './types.js'; export declare function normalizeToolName(value: unknown): string; export declare function phaseForTool(tool: string): InsightPhase; export declare function isInteractiveWaitTool(tool: string): boolean; export declare function isUserRejectionText(text: string | undefined | null): boolean; export declare function isReadPhase(phase: InsightPhase): boolean; export declare function isWritePhase(phase: InsightPhase): boolean; export declare function safeToolLabel(tool: string): string; //# sourceMappingURL=classify.d.ts.map