/**
 * BurstMode setting.
 * When this is set to ON, burst shooting is enabled,
 * and a screen dedicated to burst shooting is displayed in Live View.
 *
 * only For RICOH THETA Z1 firmware v2.10.1 or later
 */
export declare const BurstModeEnum: {
    /** BurstMode ON */
    readonly ON: "ON";
    /** BurstMode OFF */
    readonly OFF: "OFF";
};
/** Type definition of BurstModeEnum */
export type BurstModeEnum = (typeof BurstModeEnum)[keyof typeof BurstModeEnum];
//# sourceMappingURL=option-burst-mode.d.ts.map