export interface Options {
    devDependencies?: boolean;
    includeBomSerialNumber?: boolean;
    includeLicenseData?: boolean;
    includeLicenseText?: boolean;
    spartan?: boolean;
}
