import { HandlerContext, RemoteRepoRef } from "@atomist/automation-client"; import { PushFields } from "@atomist/sdm"; import { RepoBranchTips } from "../../typings/types"; export declare function fetchPushForCommit(context: HandlerContext, id: RemoteRepoRef, providerId: string): Promise; export declare function fetchBranchTips(ctx: HandlerContext, repositoryId: { repo: string; owner: string; providerId: string; }): Promise; export declare function tipOfBranch(repo: RepoBranchTips.Repo, branchName: string): string; //# sourceMappingURL=queryCommits.d.ts.map