import type { Http } from '../../../util/http';
import type { ReleaseResult } from '../types';
export declare function getDependency(http: Http, registryUrl: string, packageName: string): Promise<ReleaseResult | null>;
