import { ConfigPlugin } from '@expo/config-plugins'; /** * Update `app/build.gradle` by applying app-distribution monitoring plugin */ export declare const withApplyappDistributionPlugin: ConfigPlugin; export declare function applyPlugin(appBuildGradle: string): string;