import { McfDistrictDataType } from './mcfDistricts.types'; export declare const EMPLOYMENT_TYPES: { id: number; employmentType: string; }[]; export declare const POSITION_LEVELS: { id: number; position: string; }[]; export declare const JOB_CATEGORIES: { id: number; category: string; }[]; export declare const SCHEMES: { id: number; scheme: string; }[]; export declare const JOB_STATUSES: { id: number; status: string; }[]; export declare const DISTRICTS: McfDistrictDataType[];