/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import type { WebApi } from "azure-devops-node-api"; /** * Fetches the last commit hash for a PR. */ export declare function getLastCommitHashFromPR(adoConnection: WebApi, prId: number, repoGuid: string): Promise; //# sourceMappingURL=getLastCommitHashFromPR.d.ts.map