import type { TaskCategory } from "./types.js"; export declare function classifyTask(objective: string): TaskCategory; export declare function looksLikeUserCorrection(text: string): boolean;