import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteServiceInput, DeleteServiceOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteServiceCommandInput extends DeleteServiceInput {} export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __MetadataBearer {} declare const DeleteServiceCommand_base: { new ( input: DeleteServiceCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteServiceCommandInput, DeleteServiceCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteServiceCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteServiceCommandInput, DeleteServiceCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteServiceCommand extends DeleteServiceCommand_base { protected static __types: { api: { input: DeleteServiceInput; output: DeleteServiceOutput; }; sdk: { input: DeleteServiceCommandInput; output: DeleteServiceCommandOutput; }; }; }