import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { UpdateContactFlowModuleContentRequest, UpdateContactFlowModuleContentResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface UpdateContactFlowModuleContentCommandInput extends UpdateContactFlowModuleContentRequest {} export interface UpdateContactFlowModuleContentCommandOutput extends UpdateContactFlowModuleContentResponse, __MetadataBearer {} declare const UpdateContactFlowModuleContentCommand_base: { new ( input: UpdateContactFlowModuleContentCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateContactFlowModuleContentCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateContactFlowModuleContentCommand extends UpdateContactFlowModuleContentCommand_base { protected static __types: { api: { input: UpdateContactFlowModuleContentRequest; output: {}; }; sdk: { input: UpdateContactFlowModuleContentCommandInput; output: UpdateContactFlowModuleContentCommandOutput; }; }; }