import { BiosSettingsSupportSgxOptions } from './BiosSettingsSupportSgxOptions';
/** A structure describing supported bios settings */
export interface BiosSettingsSupport {
    /** SGX feature support */
    sgx: boolean;
    /** Supported SGX options */
    sgxOptions: BiosSettingsSupportSgxOptions;
}
//# sourceMappingURL=BiosSettingsSupport.d.ts.map