export declare const createURL: (path: string) => string;
export declare const parse: (url: string) => {
    path: string;
};
export declare const addEventListener: () => {
    remove: () => void;
};
export declare const getInitialURL: () => Promise<null>;
//# sourceMappingURL=expo-linking.d.ts.map