/**
 * Returns true iff the given string is a valid ISO timestamp.
 *
 * See https://stackoverflow.com/a/52869830
 * @param maybeISOTimestamp
 */
export declare function isISOTimestamp(maybeISOTimestamp: string): boolean;
//# sourceMappingURL=DateTimeUtils.d.ts.map