import type { MaskitoDateSegments } from '../../types';
export declare function parseDateString(dateString: string, fullMode: string): Partial<MaskitoDateSegments>;
