import type { MaskitoDateSegments } from '../../types'; export declare function appendDate(date: Date, { day, month, year }?: Partial>): Date; //# sourceMappingURL=append-date.d.ts.map