import { RuleModule } from "../analyze/types/rule/rule-module.js"; /** * This rule detects mismatches with property visibilities and the decorators * they were defined with. */ declare const rule: RuleModule; export default rule; //# sourceMappingURL=no-property-visibility-mismatch.d.ts.map