import { type GeneratorCallback, type Tree } from '@nx/devkit'; import type { GeneratorOptions } from './schema'; export declare function setupPrettierGenerator(tree: Tree, options: GeneratorOptions): Promise; export default setupPrettierGenerator; //# sourceMappingURL=generator.d.ts.map