import type { GithubHttp } from '../http/github';
export declare function findCommitOfTag(registryUrl: string | undefined, packageName: string, tag: string, http: GithubHttp): Promise<string | null>;
