export declare function getDayStringFormat(date: Date | number): string; export declare function dayStringToLocalDate(isoString: string): Date;