import type { AskQuestion } from "../../types"; export declare function detectAskUserQuestion(rawLine: string): { toolUseId: string; questions: AskQuestion[]; } | null; //# sourceMappingURL=detectAskUserQuestion.d.ts.map