import { Aspect } from "@atomist/sdm-pack-fingerprints";
export declare const NoLicense = "None";
export interface LicenseData {
    path: string;
    /**
     * What we've classified the license as by parsing the license file.
     */
    classification: string;
    content?: string;
}
/**
 * License aspect. Every repository gets a license fingerprint, which may have unknown
 * as a license.
 */
export declare const License: Aspect;
//# sourceMappingURL=license.d.ts.map