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