import type { ReactNativeProjectMetadata } from '../config/types'; /** * React Native-specific helpers for auto-detection and setup. */ export declare function detectReactNativeProject(cwd: string): Promise; /** * Get the display name of the React Native app from package.json. */ export declare function getAppDisplayName(cwd: string): string | undefined; //# sourceMappingURL=react-native.d.ts.map