import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ApiGatewayV2Client"; import { UpdateAuthorizerRequest, UpdateAuthorizerResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {} export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse, __MetadataBearer {} declare const UpdateAuthorizerCommand_base: { new ( input: UpdateAuthorizerCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateAuthorizerCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base { protected static __types: { api: { input: UpdateAuthorizerRequest; output: UpdateAuthorizerResponse; }; sdk: { input: UpdateAuthorizerCommandInput; output: UpdateAuthorizerCommandOutput; }; }; }