import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetSiteToSiteVpnAttachmentRequest, GetSiteToSiteVpnAttachmentResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetSiteToSiteVpnAttachmentCommandInput extends GetSiteToSiteVpnAttachmentRequest {} export interface GetSiteToSiteVpnAttachmentCommandOutput extends GetSiteToSiteVpnAttachmentResponse, __MetadataBearer {} declare const GetSiteToSiteVpnAttachmentCommand_base: { new ( input: GetSiteToSiteVpnAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetSiteToSiteVpnAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetSiteToSiteVpnAttachmentCommand extends GetSiteToSiteVpnAttachmentCommand_base { protected static __types: { api: { input: GetSiteToSiteVpnAttachmentRequest; output: GetSiteToSiteVpnAttachmentResponse; }; sdk: { input: GetSiteToSiteVpnAttachmentCommandInput; output: GetSiteToSiteVpnAttachmentCommandOutput; }; }; }