import { DropOffEntryObject } from '../types'; export declare const validateDropOffDays: () => { validate(value: unknown): value is DropOffEntryObject[]; error: string; };