import { GetReleasesConfig, ReleaseResult } from '../common'; export declare const id = "sbt-package"; export declare const defaultRegistryUrls: string[]; export declare function resolvePackageReleases(searchRoot: string, artifact: string, scalaVersion: string): Promise; export declare function getReleases({ lookupName, registryUrls, }: GetReleasesConfig): Promise;