/** * Optional Expo app seed when the project tree has no app yet. * Never overwrites an existing app.json / app/_layout.tsx. */ export declare const EXPO_APP_KINDS: Set; export declare function seedReactNativeApp(projectDir: string, opts: { framework: string; projectName: string; force?: boolean; }): { seeded: number; skipped: string | null; };