export type ConceptType = 'general' | 'individual'; export declare const CONCEPT_TYPE: Readonly>; export declare const CONCEPT_TYPE_VALUES: ReadonlyArray; export declare const DEFAULT_CONCEPT_TYPE: ConceptType; export declare function isValidConceptType(value: unknown): value is ConceptType; export default CONCEPT_TYPE; //# sourceMappingURL=concept-type.d.ts.map