import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateServiceTemplateInput, UpdateServiceTemplateOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateServiceTemplateCommandInput extends UpdateServiceTemplateInput {} export interface UpdateServiceTemplateCommandOutput extends UpdateServiceTemplateOutput, __MetadataBearer {} declare const UpdateServiceTemplateCommand_base: { new ( input: UpdateServiceTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateServiceTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateServiceTemplateCommand extends UpdateServiceTemplateCommand_base { protected static __types: { api: { input: UpdateServiceTemplateInput; output: UpdateServiceTemplateOutput; }; sdk: { input: UpdateServiceTemplateCommandInput; output: UpdateServiceTemplateCommandOutput; }; }; }