import { ProviderConstraint } from "./dependency-manager"; /** * returns the latest available version for the provider in the constraint * the version of the constraint is ignored * returns null, if the provider does not exist */ export declare function getLatestVersion(constraint: ProviderConstraint): Promise; //# sourceMappingURL=registry-api.d.ts.map