import { EndpointParameterInstructions } from "@smithy/types"; import { MarketplaceEntitlementServiceClientResolvedConfig } from "./MarketplaceEntitlementServiceClient"; export declare const command: < I extends import("./commands").GetEntitlementsCommandInput, O extends import("./commands").GetEntitlementsCommandOutput >( added: EndpointParameterInstructions, plugins: ( CommandCtor: any, clientStack: any, config: any, options: any ) => import("@smithy/types").Pluggable[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record ) => { new (input: I): import("@smithy/core/client").CommandImpl< I, O, MarketplaceEntitlementServiceClientResolvedConfig, import("./commands").GetEntitlementsCommandInput, import("./commands").GetEntitlementsCommandOutput >; new ( ...[input]: import("@smithy/types").OptionalParameter ): import("@smithy/core/client").CommandImpl< I, O, MarketplaceEntitlementServiceClientResolvedConfig, import("./commands").GetEntitlementsCommandInput, import("./commands").GetEntitlementsCommandOutput >; getEndpointParameterInstructions(): EndpointParameterInstructions; }; export declare const _ep0: EndpointParameterInstructions; export declare const _mw0: ( Command: any, cs: any, config: any, o: any ) => never[];