import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { EnableTransitGatewayRouteTablePropagationRequest, EnableTransitGatewayRouteTablePropagationResult, } from "../models/models_5"; export { __MetadataBearer }; export { $Command }; export interface EnableTransitGatewayRouteTablePropagationCommandInput extends EnableTransitGatewayRouteTablePropagationRequest {} export interface EnableTransitGatewayRouteTablePropagationCommandOutput extends EnableTransitGatewayRouteTablePropagationResult, __MetadataBearer {} declare const EnableTransitGatewayRouteTablePropagationCommand_base: { new ( input: EnableTransitGatewayRouteTablePropagationCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableTransitGatewayRouteTablePropagationCommandInput, EnableTransitGatewayRouteTablePropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: EnableTransitGatewayRouteTablePropagationCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableTransitGatewayRouteTablePropagationCommandInput, EnableTransitGatewayRouteTablePropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class EnableTransitGatewayRouteTablePropagationCommand extends EnableTransitGatewayRouteTablePropagationCommand_base { protected static __types: { api: { input: EnableTransitGatewayRouteTablePropagationRequest; output: EnableTransitGatewayRouteTablePropagationResult; }; sdk: { input: EnableTransitGatewayRouteTablePropagationCommandInput; output: EnableTransitGatewayRouteTablePropagationCommandOutput; }; }; }