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