import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateWhatsAppFlowInput, UpdateWhatsAppFlowOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateWhatsAppFlowCommandInput extends UpdateWhatsAppFlowInput {} export interface UpdateWhatsAppFlowCommandOutput extends UpdateWhatsAppFlowOutput, __MetadataBearer {} declare const UpdateWhatsAppFlowCommand_base: { new ( input: UpdateWhatsAppFlowCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateWhatsAppFlowCommandInput, UpdateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateWhatsAppFlowCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateWhatsAppFlowCommandInput, UpdateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateWhatsAppFlowCommand extends UpdateWhatsAppFlowCommand_base { protected static __types: { api: { input: UpdateWhatsAppFlowInput; output: {}; }; sdk: { input: UpdateWhatsAppFlowCommandInput; output: UpdateWhatsAppFlowCommandOutput; }; }; }