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