/** Standardized time format for moment. */ export declare const momentDateFormat = "MM/DD/YY h:mm:ss a"; /** Format a date using momentDateFormat. */ export declare function formatDate(dt: string | Date): string;