import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { CreateRouteServerPeerRequest, CreateRouteServerPeerResult, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface CreateRouteServerPeerCommandInput extends CreateRouteServerPeerRequest {} export interface CreateRouteServerPeerCommandOutput extends CreateRouteServerPeerResult, __MetadataBearer {} declare const CreateRouteServerPeerCommand_base: { new ( input: CreateRouteServerPeerCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateRouteServerPeerCommandInput, CreateRouteServerPeerCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateRouteServerPeerCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateRouteServerPeerCommandInput, CreateRouteServerPeerCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateRouteServerPeerCommand extends CreateRouteServerPeerCommand_base { protected static __types: { api: { input: CreateRouteServerPeerRequest; output: CreateRouteServerPeerResult; }; sdk: { input: CreateRouteServerPeerCommandInput; output: CreateRouteServerPeerCommandOutput; }; }; }