type NavigationContainerRef = { current: object | null; }; /** * @param ref - The ref returned by `useNavigationContainerRef()` from `expo-router` or `@react-navigation/native` */ export declare function useReactNavigationDevTools(ref: NavigationContainerRef): void; export {}; //# sourceMappingURL=useReactNavigationDevTools.d.ts.map