/** Branch enum */
export declare enum BranchEnum {
    'old' = "old",
    'stable' = "stable",
    'testing' = "testing"
}
//# sourceMappingURL=BranchEnum.d.ts.map