export interface EducationLevel { readonly id: string; readonly name: string; } export declare const educationLevels: ReadonlyArray;