import type { RemoveImportersDependenciesMap, UninstallOptions } from '@vltpkg/graph'; import type { GUIUninstallOptions } from './handle-request.ts'; export declare const parseUninstallOptions: (options: UninstallOptions, args: GUIUninstallOptions) => [UninstallOptions, RemoveImportersDependenciesMap]; //# sourceMappingURL=parse-uninstall-options.d.ts.map