import { type DependencyManifest } from '@pnpm/types'; export declare const removeBin: (cmd: string) => Promise; export declare function removeBinsOfDependency(dependencyDir: string, opts: { dryRun?: boolean; binsDir: string; }): Promise;