import { BiosSettingsSgxPrmrrEnum } from './BiosSettingsSgxPrmrrEnum';
import { BiosSettingsSgxStatusEnum } from './BiosSettingsSgxStatusEnum';
/** A structure describing supported SGX options values */
export interface BiosSettingsSupportSgxOptions {
    /** Supported SGX prmrr values */
    prmrr: BiosSettingsSgxPrmrrEnum[];
    /** Supported SGX statuses */
    status: BiosSettingsSgxStatusEnum[];
}
//# sourceMappingURL=BiosSettingsSupportSgxOptions.d.ts.map