import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSmsTemplateRequest, CreateSmsTemplateResponse, } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface CreateSmsTemplateCommandInput extends CreateSmsTemplateRequest {} export interface CreateSmsTemplateCommandOutput extends CreateSmsTemplateResponse, __MetadataBearer {} declare const CreateSmsTemplateCommand_base: { new ( input: CreateSmsTemplateCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateSmsTemplateCommandInput, CreateSmsTemplateCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateSmsTemplateCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateSmsTemplateCommandInput, CreateSmsTemplateCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateSmsTemplateCommand extends CreateSmsTemplateCommand_base { protected static __types: { api: { input: CreateSmsTemplateRequest; output: CreateSmsTemplateResponse; }; sdk: { input: CreateSmsTemplateCommandInput; output: CreateSmsTemplateCommandOutput; }; }; }