import type { Config } from './types.ts'; /** * Turns off all rules that are unnecessary or might conflict with Prettier. * * Notice that this config does not run `prettier` as an ESLint rule, so you * have to run `pretter` separately for formatting. */ export declare function prettier(): Config[]; //# sourceMappingURL=prettier.d.ts.map