import type { CustomSyntaxChecker } from '../../types.js'; /** * Validates a date string in the format `YYYY-MM-DD`. * * @see https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#dates */ export declare const checkDateString: CustomSyntaxChecker;