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