import { ConfigPlugin, ExportedConfig } from '../Plugin.types'; export declare function withBaseMods(config: ExportedConfig): ExportedConfig; export declare function resolveModResults(results: any, platformName: string, modName: string): any; export declare const withAndroidGradlePropertiesBaseMod: ConfigPlugin;