import type { CustomSyntaxChecker } from '../../types.js'; /** * Validates a year string (four or more digits, greater than zero). * * @see https://html.spec.whatwg.org/multipage/common-microsyntaxes.html */ export declare const checkYearString: CustomSyntaxChecker;