import type { ConfigPlugin } from '@expo/config-plugins';
import type { ConfigProps } from './@types';
/**
 * Set the `VisionCamera_enableCodeScanner` value in the static `gradle.properties` file.
 * This is used to add the full MLKit dependency to the project.
 */
export declare const withAndroidMLKitVisionModel: ConfigPlugin<ConfigProps>;
//# sourceMappingURL=withAndroidMLKitVisionModel.d.ts.map