import { type ConfigPlugin } from 'expo/config-plugins'; import type { ConfigPluginPropsWithDefaults } from './withIterable.types'; export declare const withDeepLinks: ConfigPlugin; export default withDeepLinks;