import { Tree } from '@nx/devkit';
/**
 * Add expo-system-ui to Expo projects for SDK 54.
 * expo-system-ui is now a built-in module that handles system UI colors
 * and user interface style configuration.
 */
export default function update(tree: Tree): void;
//# sourceMappingURL=add-expo-system-ui.d.ts.map