type GOPRO_HEARTBEAT_FLAGS = 1;
declare const GOPRO_FLAG_RECORDING: 1;

export { GOPRO_FLAG_RECORDING };
export type { GOPRO_HEARTBEAT_FLAGS };
