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