import type { MaskitoDateSegments, MaskitoTimeSegments } from '../../types'; export declare function segmentsToDate(parsedDate: Partial, parsedTime?: Partial): Date; //# sourceMappingURL=segments-to-date.d.ts.map