export declare const REQUIRED_FIELDS_FOR_CHANGE_YEAR: { [key: string]: string; }; export declare const fieldDisplayNames: Record; export declare const fieldDisplayNamesForGraduate: Record; export declare const CRITICAL_FIELD_VALUES: { validate: number; ignore: number; update: number; }; export type flowTypeChangeYearType = "changeYear"; export declare const flowTypeChangeYear: flowTypeChangeYearType; export type flowTypeConsentsImportType = "consentsImport"; export declare const flowTypeConsentsImport: flowTypeConsentsImportType; export declare const criticalConsentStatusType = "criticalConsentStatus"; export declare const CRITICAL_CONFIRM_FIELD_MAP: Record;