export declare function getCurrentBranch(remoteName: string): Promise<{ currentBranchName: string; defaultBranch: boolean; defaultBranchName: string; } | null>; export declare function getIncomingBranches(remoteName: string): Promise; export declare function getCheckedOutBranches(remoteName: string): Promise;