/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * Gets the commit in the target branch that the current branch is based on. */ export declare function getBaselineCommit(): string; export declare function getPriorCommit(baseCommit: string): string; //# sourceMappingURL=gitCommands.d.ts.map