export declare function fetchBranch(remote: string, branchName: string): void; export declare function readFetchHead(): string; export declare function readFetchBase(): string; export declare function writeFetchBase(sha: string): void;