import { ConfigPlugin } from '@expo/config-plugins';
export declare const withAndroidModulesSettingGradle: ConfigPlugin;
export declare function updateAndroidSettingsGradle({ contents, isGroovy, sdkVersion, }: {
    contents: string;
    isGroovy: boolean;
    sdkVersion: string | undefined;
}): string;
