/**
 * Power saving mode.
 * The current setting can be acquired by camera.getOptions,
 * and it can be changed by camera.setOptions.
 *
 * For Theta X only.
 **/
export declare const PowerSavingEnum: {
    /** Power saving mode ON */
    readonly ON: "ON";
    /** Power saving mode OFF */
    readonly OFF: "OFF";
};
/** Type definition of PowerSavingEnum */
export type PowerSavingEnum = (typeof PowerSavingEnum)[keyof typeof PowerSavingEnum];
//# sourceMappingURL=option-power-saving.d.ts.map