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