export declare const states: string[]; export declare const statesArrayObjects: { name: string; abbreviation: string; }[]; export declare const statesArrayObjectsMapper: {}; export declare const statesArrayObjectsMapperv2: {}; export declare const languages: { code: string; english: string; translated: string; }[]; export declare const languagesList: string[]; export declare const languagesMapper: {}; export declare const genders: { code: string; translations: { 'en-US': string; 'zh-CN': string; }; }[]; export declare const appointmentCodes: { notYetJoined: number; inSession: number; completed: number; }; export declare const months: string[]; export declare const audioExts: string[]; export declare const compressedExts: string[];