/**
 * Get the string formatted locally to the user.
 *
 * @param dateString A string in the format 'yyyy-mm-dd' or 'yyyy-mm-ddTHH:MM:SS'
 * @returns the locale date string for the date.
 */
export declare function getLocaleDateTimeString(dateString: string): string;
//# sourceMappingURL=utils.d.ts.map