import { MLEntitlementResult } from "./MLEntitlementResult.js"; export declare class MLEntitlementUtil { static hasEntitlement(capability?: string): MLEntitlementResult; static hasSolutionEntitlement(capability?: string): MLEntitlementResult; } //# sourceMappingURL=MLEntitlementUtil.d.ts.map