/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.17.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.8
 * OpenAPI spec version: v1
 */
/**
 * If set, EFI will be used instead of BIOS.
 */
export type VmEFI = {
    /** If set, SecureBoot will be enabled and the OVMF roms will be swapped for SecureBoot-enabled ones. Requires SMM to be enabled. Defaults to true */
    secureBoot?: boolean;
};
//# sourceMappingURL=vmEFI.d.ts.map