import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAttachmentRequest, DeleteAttachmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAttachmentCommandInput extends DeleteAttachmentRequest {} export interface DeleteAttachmentCommandOutput extends DeleteAttachmentResponse, __MetadataBearer {} declare const DeleteAttachmentCommand_base: { new ( input: DeleteAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAttachmentCommand extends DeleteAttachmentCommand_base { protected static __types: { api: { input: DeleteAttachmentRequest; output: DeleteAttachmentResponse; }; sdk: { input: DeleteAttachmentCommandInput; output: DeleteAttachmentCommandOutput; }; }; }