import { type Rule } from 'eslint';
declare const noUseExtendNativeRule: Rule.RuleModule;
export default noUseExtendNativeRule;
