import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateTransitGatewayRouteTableAttachmentRequest, CreateTransitGatewayRouteTableAttachmentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateTransitGatewayRouteTableAttachmentCommandInput extends CreateTransitGatewayRouteTableAttachmentRequest {} export interface CreateTransitGatewayRouteTableAttachmentCommandOutput extends CreateTransitGatewayRouteTableAttachmentResponse, __MetadataBearer {} declare const CreateTransitGatewayRouteTableAttachmentCommand_base: { new ( input: CreateTransitGatewayRouteTableAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateTransitGatewayRouteTableAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateTransitGatewayRouteTableAttachmentCommand extends CreateTransitGatewayRouteTableAttachmentCommand_base { protected static __types: { api: { input: CreateTransitGatewayRouteTableAttachmentRequest; output: CreateTransitGatewayRouteTableAttachmentResponse; }; sdk: { input: CreateTransitGatewayRouteTableAttachmentCommandInput; output: CreateTransitGatewayRouteTableAttachmentCommandOutput; }; }; }