import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { DeleteContactFlowVersionRequest, DeleteContactFlowVersionResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteContactFlowVersionCommandInput extends DeleteContactFlowVersionRequest {} export interface DeleteContactFlowVersionCommandOutput extends DeleteContactFlowVersionResponse, __MetadataBearer {} declare const DeleteContactFlowVersionCommand_base: { new ( input: DeleteContactFlowVersionCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteContactFlowVersionCommandInput, DeleteContactFlowVersionCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteContactFlowVersionCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteContactFlowVersionCommandInput, DeleteContactFlowVersionCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteContactFlowVersionCommand extends DeleteContactFlowVersionCommand_base { protected static __types: { api: { input: DeleteContactFlowVersionRequest; output: {}; }; sdk: { input: DeleteContactFlowVersionCommandInput; output: DeleteContactFlowVersionCommandOutput; }; }; }