export declare const KIDS_CUSTODY: readonly ["FULL_TIME", "ONE_WEEKEND_ON_THREE", "THREE_TWO_TWO_THREE", "ONE_WEEK_ON_TWO", "FLEXIBLE", "NOT_APPLICABLE"]; export declare type KidsCustody = typeof KIDS_CUSTODY[number];