import type { Tree } from '../generators/tree';
export declare function isUsingPrettier(root: string): boolean;
export declare function isUsingPrettierInTree(tree: Tree): boolean;
//# sourceMappingURL=is-using-prettier.d.ts.map