import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateWhatsAppMessageTemplateInput, CreateWhatsAppMessageTemplateOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateWhatsAppMessageTemplateCommandInput extends CreateWhatsAppMessageTemplateInput {} export interface CreateWhatsAppMessageTemplateCommandOutput extends CreateWhatsAppMessageTemplateOutput, __MetadataBearer {} declare const CreateWhatsAppMessageTemplateCommand_base: { new ( input: CreateWhatsAppMessageTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< CreateWhatsAppMessageTemplateCommandInput, CreateWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateWhatsAppMessageTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< CreateWhatsAppMessageTemplateCommandInput, CreateWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateWhatsAppMessageTemplateCommand extends CreateWhatsAppMessageTemplateCommand_base { protected static __types: { api: { input: CreateWhatsAppMessageTemplateInput; output: CreateWhatsAppMessageTemplateOutput; }; sdk: { input: CreateWhatsAppMessageTemplateCommandInput; output: CreateWhatsAppMessageTemplateCommandOutput; }; }; }