import { AndroidConfig } from 'expo/config-plugins'; import type { ConfigPlugin, ExportedConfigWithProps, InfoPlist } from 'expo/config-plugins'; export declare const addAndroidAuth0Manifest: (auth0Configs: Auth0PluginConfig[], manifest: ExportedConfigWithProps, applicationId?: string) => ExportedConfigWithProps; export declare const addAuth0AppDelegateCode: (src: string, language: string) => string; export declare const addIOSAuth0ConfigInInfoPList: (props: Auth0PluginConfig[], config: ExportedConfigWithProps) => ExportedConfigWithProps; type Auth0PluginConfig = { customScheme?: string; domain?: string; }; declare const _default: ConfigPlugin; export default _default; //# sourceMappingURL=withAuth0.d.ts.map