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