/** Different option activated on netboot  */
export declare enum BootOptionEnum {
    'cpufamily' = "cpufamily",
    'grsec' = "grsec",
    'ipv6' = "ipv6",
    'smp' = "smp"
}
//# sourceMappingURL=BootOptionEnum.d.ts.map