import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetConnectAttachmentRequest, GetConnectAttachmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetConnectAttachmentCommandInput extends GetConnectAttachmentRequest {} export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentResponse, __MetadataBearer {} declare const GetConnectAttachmentCommand_base: { new ( input: GetConnectAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetConnectAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetConnectAttachmentCommand extends GetConnectAttachmentCommand_base { protected static __types: { api: { input: GetConnectAttachmentRequest; output: GetConnectAttachmentResponse; }; sdk: { input: GetConnectAttachmentCommandInput; output: GetConnectAttachmentCommandOutput; }; }; }