export declare const createAndSwitchBranch: (branchName: string) => Promise; export declare const getCurrentBranchName: () => Promise;