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