type GOPRO_REQUEST_STATUS = 0 | 1;
declare const GOPRO_REQUEST_SUCCESS: 0;
declare const GOPRO_REQUEST_FAILED: 1;

export { GOPRO_REQUEST_FAILED, GOPRO_REQUEST_SUCCESS };
export type { GOPRO_REQUEST_STATUS };
