/** * Check if a commit SHA exists on origin/HEAD (has been pushed). * Returns true if the commit is an ancestor of origin/HEAD. */ export declare function isCommitOnRemote(sha: string): boolean; //# sourceMappingURL=git-utils.d.ts.map