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