import { Aspect, FP } from "@atomist/sdm-pack-fingerprints";
import { VersionedArtifact } from "@atomist/sdm-pack-spring";
export declare type SpringBootStarterFingerprint = FP<VersionedArtifact>;
/**
 * Detect which Spring Boot starter dependencies are included in your projects,
 * and which versions.
 *
 * This includes maven dependencies ending in "-starter"
 *
 * The fingerprint includes the whole
 * [VersionedArtifact](https://atomist.github.io/sdm-pack-spring/interfaces/_lib_maven_versionedartifact_.versionedartifact.html)
 *
 * Only the version is displayed (or "inherited" if the version is empty).
 */
export declare const SpringBootStarter: Aspect<SpringBootStarterFingerprint>;
//# sourceMappingURL=springBootStarter.d.ts.map