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