import { MLEntitlementResult } from "./MLEntitlementResult"; export declare class MLEntitlementUtil { static hasEntitlement(capability?: string): MLEntitlementResult; static hasSolutionEntitlement(capability?: string): MLEntitlementResult; }