export declare class SimpleFormatting { static toFormattedDateTimeString(dateStr: string): string; static toFormattedDateTimeStringAsFileName(dateStr?: string): string; static toFormattedDateString(dateStr: string): string; }