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