import { RuleModule } from "../analyze/types/rule/rule-module.js"; /** * This rule validate if the types of a binding are assignable. */ declare const rule: RuleModule; export default rule; //# sourceMappingURL=no-incompatible-type-binding.d.ts.map