import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteServiceTemplateVersionInput, DeleteServiceTemplateVersionOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteServiceTemplateVersionCommandInput extends DeleteServiceTemplateVersionInput {} export interface DeleteServiceTemplateVersionCommandOutput extends DeleteServiceTemplateVersionOutput, __MetadataBearer {} declare const DeleteServiceTemplateVersionCommand_base: { new ( input: DeleteServiceTemplateVersionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteServiceTemplateVersionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteServiceTemplateVersionCommand extends DeleteServiceTemplateVersionCommand_base { protected static __types: { api: { input: DeleteServiceTemplateVersionInput; output: DeleteServiceTemplateVersionOutput; }; sdk: { input: DeleteServiceTemplateVersionCommandInput; output: DeleteServiceTemplateVersionCommandOutput; }; }; }