import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateDirectConnectGatewayAttachmentRequest, CreateDirectConnectGatewayAttachmentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateDirectConnectGatewayAttachmentCommandInput extends CreateDirectConnectGatewayAttachmentRequest {} export interface CreateDirectConnectGatewayAttachmentCommandOutput extends CreateDirectConnectGatewayAttachmentResponse, __MetadataBearer {} declare const CreateDirectConnectGatewayAttachmentCommand_base: { new ( input: CreateDirectConnectGatewayAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDirectConnectGatewayAttachmentCommandInput, CreateDirectConnectGatewayAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateDirectConnectGatewayAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDirectConnectGatewayAttachmentCommandInput, CreateDirectConnectGatewayAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateDirectConnectGatewayAttachmentCommand extends CreateDirectConnectGatewayAttachmentCommand_base { protected static __types: { api: { input: CreateDirectConnectGatewayAttachmentRequest; output: CreateDirectConnectGatewayAttachmentResponse; }; sdk: { input: CreateDirectConnectGatewayAttachmentCommandInput; output: CreateDirectConnectGatewayAttachmentCommandOutput; }; }; }