import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateWhatsAppMessageTemplateInput, UpdateWhatsAppMessageTemplateOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateWhatsAppMessageTemplateCommandInput extends UpdateWhatsAppMessageTemplateInput {} export interface UpdateWhatsAppMessageTemplateCommandOutput extends UpdateWhatsAppMessageTemplateOutput, __MetadataBearer {} declare const UpdateWhatsAppMessageTemplateCommand_base: { new ( input: UpdateWhatsAppMessageTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateWhatsAppMessageTemplateCommandInput, UpdateWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateWhatsAppMessageTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateWhatsAppMessageTemplateCommandInput, UpdateWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateWhatsAppMessageTemplateCommand extends UpdateWhatsAppMessageTemplateCommand_base { protected static __types: { api: { input: UpdateWhatsAppMessageTemplateInput; output: {}; }; sdk: { input: UpdateWhatsAppMessageTemplateCommandInput; output: UpdateWhatsAppMessageTemplateCommandOutput; }; }; }