export type BranchInfo = {
    name: string;
    isRemote: boolean;
    current: boolean;
};
export declare function getBranches(): Promise<BranchInfo[]>;
//# sourceMappingURL=getBranches.d.ts.map