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