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