import { DateStringValue } from '../../../types';
export declare function dateStringParser(dateString: string | null): DateStringValue | null;
