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