import { CliSetupConfigContent } from '../utils/clack'; import { ReactNativeWizardOptions } from './options'; export declare const RN_SDK_PACKAGE = "@sentry/react-native"; export declare const RN_SDK_SUPPORTED_RANGE = ">=6.12.0"; export declare const RN_PACKAGE = "react-native"; export declare const RN_HUMAN_NAME = "React Native"; export declare const SUPPORTED_RN_RANGE = ">=0.69.0"; export declare const SUPPORTED_EXPO_RANGE = ">=50.0.0"; export type RNCliSetupConfigContent = Pick, 'authToken' | 'org' | 'project' | 'url'>; export declare function runReactNativeWizard(params: ReactNativeWizardOptions): Promise; export declare function runReactNativeWizardWithTelemetry(options: ReactNativeWizardOptions): Promise;