import { OrderableWindowsCompatibilityInfos } from './OrderableWindowsCompatibilityInfos';
import { LicenseTypeEnum } from './LicenseTypeEnum';
/** Allowed windows versions and their compliant options per matching serviceTypes */
export interface WindowsOrderConfiguration {
    /**  */
    orderableVersions: OrderableWindowsCompatibilityInfos[];
    /**  */
    serviceType: LicenseTypeEnum;
}
//# sourceMappingURL=WindowsOrderConfiguration.d.ts.map