/**
 * USB connection of the camera.
 *
 * Default value is "MTP".
 * After switching the setting value, reconnect the camera to USB to enable it.
 */
export declare const UsbConnectionEnum: {
    /** Undefined value */
    readonly UNKNOWN: "UNKNOWN";
    /** MTP */
    readonly MTP: "MTP";
    /** MSC */
    readonly MSC: "MSC";
};
/** type definition of UsbConnectionEnum */
export type UsbConnectionEnum = (typeof UsbConnectionEnum)[keyof typeof UsbConnectionEnum];
//# sourceMappingURL=option-usb-connection.d.ts.map