export declare class SourceControlSetBranch {
    branch: string;
}
