import { type GeneratorCallback, type Tree } from '@nx/devkit'; import type { Options } from 'prettier'; export interface ExistingPrettierConfig { sourceFilepath: string; config: Options; } export declare function resolveUserExistingPrettierConfig(): Promise; export declare function generatePrettierSetup(tree: Tree, options: { skipPackageJson?: boolean; }): GeneratorCallback; export declare function resolvePrettierConfigPath(tree: Tree): Promise; //# sourceMappingURL=prettier.d.ts.map