export declare const StoreContext: import("react").Context<{ shouldShowTutorial(): boolean; readonly state: import("./router-store").ReactNavigationState | undefined; readonly navigationRef: import("@react-navigation/core").NavigationContainerRefWithCurrent; readonly routeNode: import("../Route").RouteNode | null; getRouteInfo(): import("./routeInfo").UrlObject; readonly redirects: import("./router-store").StoreRedirects[]; readonly rootComponent: import("react").ComponentType; getStateForHref(href: import("..").Href, options?: import("./routing").LinkToOptions): (Partial[]; type: string; stale: false; }>, "stale" | "routes">> & Readonly<{ stale?: true; routes: import("@react-navigation/routers").PartialRoute>[]; }> & { state?: Partial[]; type: string; stale: false; }>, "stale" | "routes">> & Readonly<{ stale?: true; routes: import("@react-navigation/routers").PartialRoute>[]; }> & /*elided*/ any; }) | undefined; readonly linking: import("../getLinkingConfig").ExpoLinkingOptions | undefined; setFocusedState(state: import("./router-store").FocusedRouteState): void; onReady(): void; assertIsReady(): void; } | null>; export declare const useExpoRouterStore: () => { shouldShowTutorial(): boolean; readonly state: import("./router-store").ReactNavigationState | undefined; readonly navigationRef: import("@react-navigation/core").NavigationContainerRefWithCurrent; readonly routeNode: import("../Route").RouteNode | null; getRouteInfo(): import("./routeInfo").UrlObject; readonly redirects: import("./router-store").StoreRedirects[]; readonly rootComponent: import("react").ComponentType; getStateForHref(href: import("..").Href, options?: import("./routing").LinkToOptions): (Partial[]; type: string; stale: false; }>, "stale" | "routes">> & Readonly<{ stale?: true; routes: import("@react-navigation/routers").PartialRoute>[]; }> & { state?: Partial[]; type: string; stale: false; }>, "stale" | "routes">> & Readonly<{ stale?: true; routes: import("@react-navigation/routers").PartialRoute>[]; }> & /*elided*/ any; }) | undefined; readonly linking: import("../getLinkingConfig").ExpoLinkingOptions | undefined; setFocusedState(state: import("./router-store").FocusedRouteState): void; onReady(): void; assertIsReady(): void; }; //# sourceMappingURL=storeContext.d.ts.map