import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteFlowCommandInput extends DeleteFlowRequest {} export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataBearer {} declare const DeleteFlowCommand_base: { new ( input: DeleteFlowCommandInput ): import("@smithy/core/client").CommandImpl< DeleteFlowCommandInput, DeleteFlowCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteFlowCommandInput ): import("@smithy/core/client").CommandImpl< DeleteFlowCommandInput, DeleteFlowCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteFlowCommand extends DeleteFlowCommand_base { protected static __types: { api: { input: DeleteFlowRequest; output: DeleteFlowResponse; }; sdk: { input: DeleteFlowCommandInput; output: DeleteFlowCommandOutput; }; }; }