import { ConfigPlugin } from '@expo/config-plugins';
import { ScanbotConfigPlugin } from './pluginTypes';
export declare const withAndroidMavenURLs: ConfigPlugin<Pick<ScanbotConfigPlugin, 'mavenURLs'>>;
export declare const addMavenRepo: (projectBuildGradle: string) => string;
