import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateMessageTemplateRequest, UpdateMessageTemplateResponse } from "../models/models_1"; export { __MetadataBearer }; export interface UpdateMessageTemplateCommandInput extends UpdateMessageTemplateRequest {} export interface UpdateMessageTemplateCommandOutput extends UpdateMessageTemplateResponse, __MetadataBearer {} declare const UpdateMessageTemplateCommand_base: { new ( input: UpdateMessageTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateMessageTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateMessageTemplateCommand extends UpdateMessageTemplateCommand_base { protected static __types: { api: { input: UpdateMessageTemplateRequest; output: UpdateMessageTemplateResponse; }; sdk: { input: UpdateMessageTemplateCommandInput; output: UpdateMessageTemplateCommandOutput; }; }; }