import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { GetRouteServerAssociationsRequest, GetRouteServerAssociationsResult, } from "../models/models_6"; export { __MetadataBearer }; export { $Command }; export interface GetRouteServerAssociationsCommandInput extends GetRouteServerAssociationsRequest {} export interface GetRouteServerAssociationsCommandOutput extends GetRouteServerAssociationsResult, __MetadataBearer {} declare const GetRouteServerAssociationsCommand_base: { new ( input: GetRouteServerAssociationsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetRouteServerAssociationsCommandInput, GetRouteServerAssociationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetRouteServerAssociationsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetRouteServerAssociationsCommandInput, GetRouteServerAssociationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetRouteServerAssociationsCommand extends GetRouteServerAssociationsCommand_base { protected static __types: { api: { input: GetRouteServerAssociationsRequest; output: GetRouteServerAssociationsResult; }; sdk: { input: GetRouteServerAssociationsCommandInput; output: GetRouteServerAssociationsCommandOutput; }; }; }