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