import type { Linter } from 'eslint'; /** * Disables configuration * Disables certain rules in specific file types */ export declare function disables(): Linter.Config[]; //# sourceMappingURL=disables.d.ts.map