import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAttachmentRequest, GetAttachmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetAttachmentCommandInput extends GetAttachmentRequest {} export interface GetAttachmentCommandOutput extends GetAttachmentResponse, __MetadataBearer {} declare const GetAttachmentCommand_base: { new ( input: GetAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetAttachmentCommandInput, GetAttachmentCommandOutput, import("..").ConnectParticipantClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< GetAttachmentCommandInput, GetAttachmentCommandOutput, import("..").ConnectParticipantClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAttachmentCommand extends GetAttachmentCommand_base { protected static __types: { api: { input: GetAttachmentRequest; output: GetAttachmentResponse; }; sdk: { input: GetAttachmentCommandInput; output: GetAttachmentCommandOutput; }; }; }