import type { LangResult, RuleInput } from '../types.js'; /** * Validates that the element has a non-empty lang attribute. * * Pass: html[lang] exists and is non-empty * Fail: lang attribute missing or empty */ export declare function checkLang(input: RuleInput): LangResult; //# sourceMappingURL=lang.d.ts.map