export declare function conceptResultTemplate(conceptUID: string, correct?: boolean): { conceptUID: string; correct: boolean; };