import { Tree } from '@nx/devkit';
/**
 * Remove eas-build-pre-install script from app's package.json.
 * This script causes an issue with Yarn 4.
 */
export default function update(tree: Tree): void;
