import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { CreateContactFlowVersionRequest, CreateContactFlowVersionResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateContactFlowVersionCommandInput extends CreateContactFlowVersionRequest {} export interface CreateContactFlowVersionCommandOutput extends CreateContactFlowVersionResponse, __MetadataBearer {} declare const CreateContactFlowVersionCommand_base: { new ( input: CreateContactFlowVersionCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateContactFlowVersionCommandInput, CreateContactFlowVersionCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateContactFlowVersionCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateContactFlowVersionCommandInput, CreateContactFlowVersionCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateContactFlowVersionCommand extends CreateContactFlowVersionCommand_base { protected static __types: { api: { input: CreateContactFlowVersionRequest; output: CreateContactFlowVersionResponse; }; sdk: { input: CreateContactFlowVersionCommandInput; output: CreateContactFlowVersionCommandOutput; }; }; }