declare const pedanticRules: Record<string, 'off'>;
declare const suspiciousRules: Record<string, 'off'>;
declare const styleRules: Record<string, 'off'>;
declare const restrictionRules: Record<string, 'off'>;
declare const correctnessRules: Record<string, 'off'>;
declare const perfRules: Record<string, 'off'>;
export { pedanticRules, suspiciousRules, styleRules, restrictionRules, correctnessRules, perfRules, };
