import { Response, IncorrectSequence, FocusPoint } from '../../interfaces'; export declare function checkDiagnosticQuestion(question_uid: string, response: string, responses: Array, focusPoints: Array | null, incorrectSequences: Array | null, defaultConceptUID?: string): Response;