export { Linking } from './linking.js'; export type { URLEvent, URLListener, URLSubscription } from './linking.js'; export { BackHandler } from './back-handler.js'; export type { BackHandlerSubscription } from './back-handler.js'; export { parse, createURL } from './parse.js'; export type { ParsedURL } from './parse.js'; //# sourceMappingURL=index.d.ts.map