import type { EndpointParameterInstructions } from "@smithy/types"; import type { MarketplaceEntitlementServiceClientResolvedConfig } from "./MarketplaceEntitlementServiceClient"; /** * @internal */ export declare const command: (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; new (...[input]: import("@smithy/types").OptionalParameter): import("@smithy/core/client").CommandImpl; getEndpointParameterInstructions(): EndpointParameterInstructions; }; /** * @internal */ export declare const _ep0: EndpointParameterInstructions; /** * @internal */ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];