import { type LinkingOptions } from '@react-navigation/native'; import type { RouteNode } from './Route'; import { type Screen } from './getReactNavigationConfig'; import { getPathFromState } from './link/linking'; export declare function getNavigationConfig(routes: RouteNode, metaOnly?: boolean): { initialRouteName?: string; screens: Record; }; export type ExpoLinkingOptions = LinkingOptions & { getPathFromState?: typeof getPathFromState; }; export declare function getLinkingConfig(routes: RouteNode, metaOnly?: boolean): ExpoLinkingOptions; export declare const stateCache: Map; //# sourceMappingURL=getLinkingConfig.d.ts.map