import { Tree } from '@nx/devkit';
/**
 * This function removes the deprecated webpack.config.js file from projects that use the expo:start executor
 * @param tree
 */
export default function update(tree: Tree): Promise<void>;
