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