import { type NavigationContainerRef, type ParamListBase } from '@react-navigation/native'; import { LinkingOptions } from '@react-navigation/native'; import * as React from 'react'; type Options = LinkingOptions; export declare function useLinking(ref: React.RefObject>, { enabled, prefixes, filter, config, getInitialURL, subscribe, getStateFromPath, getActionFromState, }: Options, onUnhandledLinking: (lastUnhandledLining: string | undefined) => void): { getInitialState: () => PromiseLike<(Partial[]; type: string; stale: false; }>, "stale" | "routes">> & Readonly<{ stale?: true; routes: import("@react-navigation/native").PartialRoute>[]; }> & { state?: Partial[]; type: string; stale: false; }>, "stale" | "routes">> & Readonly<{ stale?: true; routes: import("@react-navigation/native").PartialRoute>[]; }> & /*elided*/ any; }) | undefined>; }; export declare function getInitialURLWithTimeout(): string | null | Promise; export {}; //# sourceMappingURL=useLinking.native.d.ts.map