export declare function formatDateTime(inputDateTime: Date, lowerCase?: boolean): string;
