import { type Tree } from '@nx/devkit';
export declare function sortPackageJsonFields(tree: Tree, projectRoot: string): void;
