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