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