export { capabilitiesFor } from "./capabilities"; export { checkPackageManifest } from "./check"; export { cli } from "./cli"; export { updatePackageManifest } from "./manifest"; export type { Args, CapabilitiesOptions, CheckOptions, Command, DependencyType, ExcludedPackage, ManifestProfile, MetaPackage, Package, Profile, ProfilesInfo, ProfileVersion, VigilantOptions, } from "./types"; //# sourceMappingURL=index.d.ts.map