import type { DateInputString } from '../types/date-time.js'; import type { TypePredicateFn } from '../types/functions.js'; export declare const isDateInputString: TypePredicateFn;