export type PackageCommand = "install" | "remove" | "update" | "list"; export declare function handleConfigCommand(args: string[]): Promise; export declare function handlePackageCommand(args: string[]): Promise; //# sourceMappingURL=package-manager-cli.d.ts.map