import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { UpdateAuthorizerRequest, UpdateAuthorizerResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {} export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse, __MetadataBearer {} declare const UpdateAuthorizerCommand_base: { new ( input: UpdateAuthorizerCommandInput ): import("@smithy/core/client").CommandImpl< UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateAuthorizerCommandInput ): import("@smithy/core/client").CommandImpl< UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base { protected static __types: { api: { input: UpdateAuthorizerRequest; output: UpdateAuthorizerResponse; }; sdk: { input: UpdateAuthorizerCommandInput; output: UpdateAuthorizerCommandOutput; }; }; }