export declare const MARITAL_STATUS: Readonly<{ married: string; single: string; }>; export declare const MARITAL_STATUS_VALUES: any[]; export declare const MARITAL_STATUS_DEFAULT: string; export declare const OCCUPATION: Readonly<{ fullTimeEmployed: string; student: string; temporarilyEmployed: string; retired: string; selfEmployed: string; other: string; }>; export declare const OCCUPATION_VALUES: any[]; export declare const OCCUPATION_DEFAULT: string;