import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetVpcAttachmentRequest, GetVpcAttachmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetVpcAttachmentCommandInput extends GetVpcAttachmentRequest {} export interface GetVpcAttachmentCommandOutput extends GetVpcAttachmentResponse, __MetadataBearer {} declare const GetVpcAttachmentCommand_base: { new ( input: GetVpcAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetVpcAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetVpcAttachmentCommand extends GetVpcAttachmentCommand_base { protected static __types: { api: { input: GetVpcAttachmentRequest; output: GetVpcAttachmentResponse; }; sdk: { input: GetVpcAttachmentCommandInput; output: GetVpcAttachmentCommandOutput; }; }; }