/** if you want your rule to only run when explicitly called for using the --only flag, * add the rule name to the below array. Do not add rules here if the React PR is * not yet merged; instead add a "do not merge" label to the codemod PR. */ export declare const betaRuleNames: string[]; export declare const warningRules: string[]; export declare const setupRules: string[]; export declare const cleanupRules: string[]; //# sourceMappingURL=ruleCustomization.d.ts.map