/**
 * Android app/build.gradle 配置
 * 添加 JPush 依赖和 manifestPlaceholders
 */
import { ExpoConfig } from 'expo/config';
import { ResolvedJPushPluginProps, VendorChannelConfig } from '../types';
export declare function applyAndroidAppBuildGradle(contents: string, vendorChannels?: VendorChannelConfig, packageName?: string, appKey?: string, channel?: string): string;
/**
 * 配置 Android build.gradle
 */
export declare function withAndroidAppBuildGradle(config: ExpoConfig, props: Pick<ResolvedJPushPluginProps, 'packageName' | 'appKey' | 'channel' | 'vendorChannels'>): ExpoConfig;
//# sourceMappingURL=appBuildGradle.d.ts.map