import { EndpointParameterInstructions } from "@smithy/types"; import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "./ChimeSDKMeetingsClient"; export declare const command: < I extends ServiceInputTypes, O extends ServiceOutputTypes >( 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, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: import("@smithy/types").OptionalParameter ): import("@smithy/core/client").CommandImpl< I, O, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): EndpointParameterInstructions; }; export declare const _ep0: EndpointParameterInstructions; export declare const _mw0: ( Command: any, cs: any, config: any, o: any ) => never[];