import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ApiGatewayV2Client"; import { DeleteRouteRequestParameterRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteRouteRequestParameterCommandInput extends DeleteRouteRequestParameterRequest {} export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBearer {} declare const DeleteRouteRequestParameterCommand_base: { new ( input: DeleteRouteRequestParameterCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteRouteRequestParameterCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteRouteRequestParameterCommand extends DeleteRouteRequestParameterCommand_base { protected static __types: { api: { input: DeleteRouteRequestParameterRequest; output: {}; }; sdk: { input: DeleteRouteRequestParameterCommandInput; output: DeleteRouteRequestParameterCommandOutput; }; }; }