import { Tree } from 'nx/src/devkit-exports'; /** * Formats all the created or updated files using Prettier * @param tree - the file system tree * @param options - options for the formatFiles function */ export declare function formatFiles(tree: Tree, options?: { sortRootTsconfigPaths?: boolean; }): Promise; //# sourceMappingURL=format-files.d.ts.map