/** RebootTypeEnum */
export declare enum RebootTypeEnum {
    'hard' = "hard",
    'soft' = "soft"
}
//# sourceMappingURL=RebootTypeEnum.d.ts.map