import type { SchematicContext, Tree } from '@angular-devkit/schematics';
/**
 * Remove the list of given packages from package.json
 * @param packagesToRemove The list of packages to remove
 * @param packageJsonPath The path of the package json file from which the deps will be removed
 */
export declare function removePackages(packagesToRemove: string[], packageJsonPath?: string): (tree: Tree, _context: SchematicContext) => import("@angular-devkit/schematics/src/tree/interface").Tree;
//# sourceMappingURL=index.d.ts.map