import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKMessagingClient"; import { DeleteChannelFlowRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteChannelFlowCommandInput extends DeleteChannelFlowRequest {} export interface DeleteChannelFlowCommandOutput extends __MetadataBearer {} declare const DeleteChannelFlowCommand_base: { new ( input: DeleteChannelFlowCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteChannelFlowCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteChannelFlowCommand extends DeleteChannelFlowCommand_base { protected static __types: { api: { input: DeleteChannelFlowRequest; output: {}; }; sdk: { input: DeleteChannelFlowCommandInput; output: DeleteChannelFlowCommandOutput; }; }; }