/**
 * Video Stitching
 *
 * For
 * - RICOH THETA X
 * - RICOH THETA Z1
 * - RICOH THETA V
 */
export declare const VideoStitchingEnum: {
    /** Stitching is OFF */
    readonly NONE: "NONE";
    /** Stitching by the camera is ON */
    readonly ONDEVICE: "ONDEVICE";
};
/** type definition of VideoStitchingEnum */
export type VideoStitchingEnum = (typeof VideoStitchingEnum)[keyof typeof VideoStitchingEnum];
//# sourceMappingURL=option-video-stitching.d.ts.map