import { Answer, Question, Annotation, Unit } from "../../../types"; export declare const getAnswersFromAnnotations: (unit: Unit, questions: Question[]) => Answer[]; export declare const addAnnotationsFromAnswer: (answer: Answer, annotations: Annotation[]) => Annotation[];