import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteWhatsAppFlowInput, DeleteWhatsAppFlowOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteWhatsAppFlowCommandInput extends DeleteWhatsAppFlowInput {} export interface DeleteWhatsAppFlowCommandOutput extends DeleteWhatsAppFlowOutput, __MetadataBearer {} declare const DeleteWhatsAppFlowCommand_base: { new ( input: DeleteWhatsAppFlowCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteWhatsAppFlowCommandInput, DeleteWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteWhatsAppFlowCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteWhatsAppFlowCommandInput, DeleteWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteWhatsAppFlowCommand extends DeleteWhatsAppFlowCommand_base { protected static __types: { api: { input: DeleteWhatsAppFlowInput; output: {}; }; sdk: { input: DeleteWhatsAppFlowCommandInput; output: DeleteWhatsAppFlowCommandOutput; }; }; }