export declare const MAX_CLUSTER_SIZE = 30; export declare const CONCEPT_THRESHOLD = 0.4; export declare const CLUSTER_THRESHOLD = 0.3; export declare const GRAPH_WEIGHT = 0.4; export declare const VECTOR_WEIGHT = 0.6;