import { MsfDistrictDataType } from './msfDistricts.types'; export declare const EMPLOYMENT_TYPES: { ilpId: string; ilpDescription: string; }[]; export declare const POSITION_LEVELS: { jobLevelCode: number; description: string; }[]; export declare const JOB_CATEGORIES: { jobCategoryId: number; jobCategoryName: string; }[]; export declare const SCHEMES: { id: string; programme: string; }[]; export declare const JOB_STATUSES: { id: number; status: string; }[]; export declare const DISTRICTS: MsfDistrictDataType[]; export declare const COUNTRIES: { countryCode: string; countryCodeNumber: number; description: string; isDeleted: boolean; }[]; export declare const SALARY_TYPES: { description: string; isDeleted: boolean; salaryTypeId: number; }[]; export declare const COMPANY_REGISTRATION_TYPES: { description: string; endDate: string; isDeleted: boolean; registrationTypeCode: number; startDate: string; }[];