declare namespace _exports { export { Option }; } declare const _exports: RuleModule; export = _exports; type Option = { tag: string; attr: string; value?: string | undefined; message?: string | undefined; }; import type { RuleModule } from "../types"; //# sourceMappingURL=require-attrs.d.ts.map