import { BiosSettingsSupport } from '../server/BiosSettingsSupport';
/** Your BiosSettings */
export interface BiosSettings {
    /** List supported setting */
    supportedSettings: BiosSettingsSupport;
}
//# sourceMappingURL=BiosSettings.d.ts.map