import { ReleaseResult } from '../common'; export declare function getDefaultFeed(): string; export declare function getQueryUrl(url: string): Promise; export declare function getReleases(registryUrl: string, feedUrl: string, pkgName: string): Promise;