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