import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateMessageTemplateAttachmentRequest, CreateMessageTemplateAttachmentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateMessageTemplateAttachmentCommandInput extends CreateMessageTemplateAttachmentRequest {} export interface CreateMessageTemplateAttachmentCommandOutput extends CreateMessageTemplateAttachmentResponse, __MetadataBearer {} declare const CreateMessageTemplateAttachmentCommand_base: { new ( input: CreateMessageTemplateAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateMessageTemplateAttachmentCommandInput, CreateMessageTemplateAttachmentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateMessageTemplateAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateMessageTemplateAttachmentCommandInput, CreateMessageTemplateAttachmentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateMessageTemplateAttachmentCommand extends CreateMessageTemplateAttachmentCommand_base { protected static __types: { api: { input: CreateMessageTemplateAttachmentRequest; output: CreateMessageTemplateAttachmentResponse; }; sdk: { input: CreateMessageTemplateAttachmentCommandInput; output: CreateMessageTemplateAttachmentCommandOutput; }; }; }