export declare function createPrunePlan(workspaceRoot: string, apply?: boolean): Promise<{ removed: string[]; remaining: string[]; }>; //# sourceMappingURL=prune-install.d.ts.map