/**
 * Face detection
 *
 * For
 * - RICOH THETA X
 */
export declare const FaceDetectEnum: {
    /** Face detection ON */
    readonly ON: "ON";
    /** Face detection OFF */
    readonly OFF: "OFF";
};
/** type definition of FaceDetectEnum */
export type FaceDetectEnum = (typeof FaceDetectEnum)[keyof typeof FaceDetectEnum];
//# sourceMappingURL=option-face-detect.d.ts.map