import { Tree } from '@nx/devkit';
/**
 * Remove @config-plugins/detox for Expo 54+ projects.
 *
 * The @config-plugins/detox package has been discontinued and is incompatible
 * with Expo 54. See: https://github.com/expo/config-plugins/pull/290
 *
 * This migration removes the dependency from package.json for projects
 * using Expo 54 or above.
 */
export default function update(tree: Tree): Promise<void>;
//# sourceMappingURL=remove-config-plugins-detox-for-expo-54.d.ts.map