export declare const AnalysisType: { readonly EvaluationCriteria: "evaluation_criteria"; readonly DataCollection: "data_collection"; }; export type AnalysisType = (typeof AnalysisType)[keyof typeof AnalysisType];