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