type GOPRO_CHARGING = 0 | 1;
declare const GOPRO_CHARGING_DISABLED: 0;
declare const GOPRO_CHARGING_ENABLED: 1;

export { GOPRO_CHARGING_DISABLED, GOPRO_CHARGING_ENABLED };
export type { GOPRO_CHARGING };
