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