/** * Firmware branch */ export declare enum Branch { /** * MASTER */ MASTER = "master", /** * STAGING */ STAGING = "master-staging" }