import { createPathConfigForStaticNavigation } from '@react-navigation/native'; type TreeStack = Parameters[0]; /** * Accesses `config.screenOptions` and `group.screenOptions` via `@ts-ignore` because `@react-navigation/native` does not expose these properties in the public `TreeStack` type — they exist at runtime but are considered internal to the static navigation builder. If React Navigation changes this internal shape, the extraction will silently return empty options rather than throwing. */ export declare function staticNavigationExtractOptions(stack: TreeStack): {}; export {}; //# sourceMappingURL=reactNavigation.d.ts.map