import type { MLKitFeature } from '../core/types'; export declare const LINKING_ERROR: string; export declare const FEATURE_ERROR_MAP: Record; export declare const IMAGE_NOT_FOUND_ERROR = "Image file not found at the specified path."; export declare const INVALID_URI_ERROR = "Invalid image URI provided."; export declare const IMAGE_PROCESSING_FAILED_ERROR = "Image processing failed. Check that the image format is supported and the file is not corrupted."; export declare const UNSUPPORTED_IMAGE_FORMAT_ERROR = "Unsupported image format. Only JPEG, PNG, and WebP are supported."; export declare const MISSING_MODULE_ERROR = "VisionCameraMLKit native module is not available. Ensure it is linked, pods are installed, and the app was rebuilt."; //# sourceMappingURL=constants.d.ts.map