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