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