import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateWhatsAppFlowAssetsInput, UpdateWhatsAppFlowAssetsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateWhatsAppFlowAssetsCommandInput extends UpdateWhatsAppFlowAssetsInput {} export interface UpdateWhatsAppFlowAssetsCommandOutput extends UpdateWhatsAppFlowAssetsOutput, __MetadataBearer {} declare const UpdateWhatsAppFlowAssetsCommand_base: { new ( input: UpdateWhatsAppFlowAssetsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateWhatsAppFlowAssetsCommandInput, UpdateWhatsAppFlowAssetsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateWhatsAppFlowAssetsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateWhatsAppFlowAssetsCommandInput, UpdateWhatsAppFlowAssetsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateWhatsAppFlowAssetsCommand extends UpdateWhatsAppFlowAssetsCommand_base { protected static __types: { api: { input: UpdateWhatsAppFlowAssetsInput; output: UpdateWhatsAppFlowAssetsOutput; }; sdk: { input: UpdateWhatsAppFlowAssetsCommandInput; output: UpdateWhatsAppFlowAssetsCommandOutput; }; }; }