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