/** Service pack */
export interface ServicePack {
    /** Name of the Service Pack */
    name: string;
    /** Options available in the Service Pack */
    options: string[];
}
//# sourceMappingURL=ServicePack.d.ts.map