import type { PackageJson, RegularWorkspacePackage } from '@alexaegis/workspace-tools'; import { type AutoReorderOptions } from './auto-reorder.class.options.js'; import type { PreparedBuildUpdate } from './prepared-build-update.type.js'; export declare class AutoSort implements PreparedBuildUpdate { private options; constructor(options?: AutoReorderOptions); postprocess(workspacePackage: RegularWorkspacePackage): PackageJson; } //# sourceMappingURL=auto-reorder.class.d.ts.map