import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DeleteThingTypeRequest, DeleteThingTypeResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteThingTypeCommandInput extends DeleteThingTypeRequest {} export interface DeleteThingTypeCommandOutput extends DeleteThingTypeResponse, __MetadataBearer {} declare const DeleteThingTypeCommand_base: { new ( input: DeleteThingTypeCommandInput ): import("@smithy/core/client").CommandImpl< DeleteThingTypeCommandInput, DeleteThingTypeCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteThingTypeCommandInput ): import("@smithy/core/client").CommandImpl< DeleteThingTypeCommandInput, DeleteThingTypeCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteThingTypeCommand extends DeleteThingTypeCommand_base { protected static __types: { api: { input: DeleteThingTypeRequest; output: {}; }; sdk: { input: DeleteThingTypeCommandInput; output: DeleteThingTypeCommandOutput; }; }; }