export declare const responses: { "id": number; "uid": any; "parent_id": any; "parent_uid": any; "question_uid": string; "author": string; "text": string; "feedback": string; "count": number; "first_attempt_count": number; "child_count": number; "optimal": boolean; "weak": boolean; "concept_results": any[]; "created_at": string; "updated_at": string; "spelling_error": boolean; }[];