import { type RepoInfo } from "../github/client.mts"; export declare function waitForSha(pr: number, repo: RepoInfo, expectedSha: string): Promise;