export interface Speciality { enabled: boolean; name: string; order: number; } export declare const specialities: Speciality[];