import type { ExpoConfig } from '@expo/config-types';
declare const withMainApplicationDebug: (config: ExpoConfig) => ExpoConfig;
export default withMainApplicationDebug;
