import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetTransitGatewayRouteTableAttachmentRequest, GetTransitGatewayRouteTableAttachmentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetTransitGatewayRouteTableAttachmentCommandInput extends GetTransitGatewayRouteTableAttachmentRequest {} export interface GetTransitGatewayRouteTableAttachmentCommandOutput extends GetTransitGatewayRouteTableAttachmentResponse, __MetadataBearer {} declare const GetTransitGatewayRouteTableAttachmentCommand_base: { new ( input: GetTransitGatewayRouteTableAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetTransitGatewayRouteTableAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetTransitGatewayRouteTableAttachmentCommand extends GetTransitGatewayRouteTableAttachmentCommand_base { protected static __types: { api: { input: GetTransitGatewayRouteTableAttachmentRequest; output: GetTransitGatewayRouteTableAttachmentResponse; }; sdk: { input: GetTransitGatewayRouteTableAttachmentCommandInput; output: GetTransitGatewayRouteTableAttachmentCommandOutput; }; }; }