export declare const Env: {
    readonly mediaPipe: {
        readonly CFaceDetectionConfig: {
            readonly forVisionTasks: string;
            readonly modelAssetPath: string;
            readonly minDetectionConfidence: 0.9;
        };
        readonly CFaceRotationDetectionConfig: {
            readonly forVisionTasks: string;
            readonly modelAssetPath: string;
            readonly minDetectionConfidence: 0.7;
        };
        readonly CHandLandmarkerConfig: {
            readonly forVisionTasks: string;
            readonly modelAssetPath: string;
            readonly minDetectionConfidence: 0.9;
        };
    };
};
