import type { QuestionRequest } from '../types.js'; export declare function useQuestion(): { pendingQuestion: QuestionRequest | null; answerQuestion: (requestId: string, answers: Record) => void; dismissQuestion: (requestId: string) => void; }; //# sourceMappingURL=use-question.d.ts.map