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