import type { Tree } from 'nx/src/generators/tree'; /** * Get the installed Expo version from package.json. */ export declare function getInstalledExpoVersion(tree: Tree): string | null; /** * Check if the workspace is using Expo v54 or above. */ export declare function isExpoV54OrAbove(tree: Tree): boolean;