import { Tree } from '@nx/devkit';
export default function removeAddonDependencies(tree: Tree): Promise<void>;
