import type { ConfigPlugin } from '@expo/config-plugins';
/**
 * Set the `VisionCamera_enableFrameProcessors` value in the static `gradle.properties` file.
 * This is used to disable frame processors if you don't need it for android.
 */
export declare const withEnableFrameProcessorsAndroid: ConfigPlugin<boolean>;
//# sourceMappingURL=withEnableFrameProcessorsAndroid.d.ts.map