import { QUESTION_TYPE } from '../Quiz/useQuizStore/index';
/**
 * Map question types to display labels
 */
export declare const questionTypeLabels: Record<QUESTION_TYPE, string>;
//# sourceMappingURL=questionTypes.d.ts.map