/** * @param {string} value * @returns {boolean} */ export function isISODateString(value: string): boolean;