import type { Tree } from '../generators/tree';
export declare function isUsingPrettier(root: string): boolean;
export declare function isUsingPrettierInTree(tree: Tree): boolean;
