export declare function setRemoteTracking({ remote, branchName, sha }: { remote: string; branchName: string; sha: string; }): void;