import type { CustomSyntaxChecker } from '../../types.js'; /** * Validates a time string in the format `HH:MM[:SS[.sss]]`. * * @see https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#times */ export declare const checkTimeString: CustomSyntaxChecker;