import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CompleteAttachmentUploadRequest, CompleteAttachmentUploadResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CompleteAttachmentUploadCommandInput extends CompleteAttachmentUploadRequest {} export interface CompleteAttachmentUploadCommandOutput extends CompleteAttachmentUploadResponse, __MetadataBearer {} declare const CompleteAttachmentUploadCommand_base: { new ( input: CompleteAttachmentUploadCommandInput, ): import("@smithy/core/client").CommandImpl< CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput, import("..").ConnectParticipantClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CompleteAttachmentUploadCommandInput, ): import("@smithy/core/client").CommandImpl< CompleteAttachmentUploadCommandInput, CompleteAttachmentUploadCommandOutput, import("..").ConnectParticipantClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CompleteAttachmentUploadCommand extends CompleteAttachmentUploadCommand_base { protected static __types: { api: { input: CompleteAttachmentUploadRequest; output: {}; }; sdk: { input: CompleteAttachmentUploadCommandInput; output: CompleteAttachmentUploadCommandOutput; }; }; }