import type { MaskitoDateSegments } from '../../types';
export declare function appendDate(date: Date, { day, month, year }?: Partial<MaskitoDateSegments<number>>): Date;
