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