import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { CreateLocalGatewayRouteTableVpcAssociationRequest, CreateLocalGatewayRouteTableVpcAssociationResult, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface CreateLocalGatewayRouteTableVpcAssociationCommandInput extends CreateLocalGatewayRouteTableVpcAssociationRequest {} export interface CreateLocalGatewayRouteTableVpcAssociationCommandOutput extends CreateLocalGatewayRouteTableVpcAssociationResult, __MetadataBearer {} declare const CreateLocalGatewayRouteTableVpcAssociationCommand_base: { new ( input: CreateLocalGatewayRouteTableVpcAssociationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateLocalGatewayRouteTableVpcAssociationCommandInput, CreateLocalGatewayRouteTableVpcAssociationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateLocalGatewayRouteTableVpcAssociationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateLocalGatewayRouteTableVpcAssociationCommandInput, CreateLocalGatewayRouteTableVpcAssociationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateLocalGatewayRouteTableVpcAssociationCommand extends CreateLocalGatewayRouteTableVpcAssociationCommand_base { protected static __types: { api: { input: CreateLocalGatewayRouteTableVpcAssociationRequest; output: CreateLocalGatewayRouteTableVpcAssociationResult; }; sdk: { input: CreateLocalGatewayRouteTableVpcAssociationCommandInput; output: CreateLocalGatewayRouteTableVpcAssociationCommandOutput; }; }; }