declare namespace _exports {
    export { AttributeChecker };
}
declare const _exports: RuleModule<[]>;
export = _exports;
type AttributeChecker = {
    attr: string;
    when: (node: Tag | ScriptTag) => boolean;
    message: string;
};
import type { RuleModule } from "../types";
import type { Tag } from "@html-eslint/types";
import type { ScriptTag } from "@html-eslint/types";
//# sourceMappingURL=no-ineffective-attrs.d.ts.map