import type { ExpoConfig } from 'expo/config'; declare const withDevLauncherWarning: (config: ExpoConfig) => void; export default withDevLauncherWarning;