import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateServiceTemplateInput, CreateServiceTemplateOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateServiceTemplateCommandInput extends CreateServiceTemplateInput {} export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplateOutput, __MetadataBearer {} declare const CreateServiceTemplateCommand_base: { new ( input: CreateServiceTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateServiceTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateServiceTemplateCommand extends CreateServiceTemplateCommand_base { protected static __types: { api: { input: CreateServiceTemplateInput; output: CreateServiceTemplateOutput; }; sdk: { input: CreateServiceTemplateCommandInput; output: CreateServiceTemplateCommandOutput; }; }; }