export declare function parseDate(dateString: string | null): Date | null;
