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