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