import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AcceptAttachmentRequest, AcceptAttachmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface AcceptAttachmentCommandInput extends AcceptAttachmentRequest {} export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse, __MetadataBearer {} declare const AcceptAttachmentCommand_base: { new ( input: AcceptAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AcceptAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AcceptAttachmentCommand extends AcceptAttachmentCommand_base { protected static __types: { api: { input: AcceptAttachmentRequest; output: AcceptAttachmentResponse; }; sdk: { input: AcceptAttachmentCommandInput; output: AcceptAttachmentCommandOutput; }; }; }