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