import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteServiceTemplateInput, DeleteServiceTemplateOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteServiceTemplateCommandInput extends DeleteServiceTemplateInput {} export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplateOutput, __MetadataBearer {} declare const DeleteServiceTemplateCommand_base: { new ( input: DeleteServiceTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteServiceTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteServiceTemplateCommand extends DeleteServiceTemplateCommand_base { protected static __types: { api: { input: DeleteServiceTemplateInput; output: DeleteServiceTemplateOutput; }; sdk: { input: DeleteServiceTemplateCommandInput; output: DeleteServiceTemplateCommandOutput; }; }; }