type GOPRO_PROTUNE_WHITE_BALANCE = 0 | 1 | 2 | 3 | 4;
declare const GOPRO_PROTUNE_WHITE_BALANCE_AUTO: 0;
declare const GOPRO_PROTUNE_WHITE_BALANCE_3000K: 1;
declare const GOPRO_PROTUNE_WHITE_BALANCE_5500K: 2;
declare const GOPRO_PROTUNE_WHITE_BALANCE_6500K: 3;
declare const GOPRO_PROTUNE_WHITE_BALANCE_RAW: 4;

export { GOPRO_PROTUNE_WHITE_BALANCE_3000K, GOPRO_PROTUNE_WHITE_BALANCE_5500K, GOPRO_PROTUNE_WHITE_BALANCE_6500K, GOPRO_PROTUNE_WHITE_BALANCE_AUTO, GOPRO_PROTUNE_WHITE_BALANCE_RAW };
export type { GOPRO_PROTUNE_WHITE_BALANCE };
