import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RejectAttachmentRequest, RejectAttachmentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface RejectAttachmentCommandInput extends RejectAttachmentRequest {} export interface RejectAttachmentCommandOutput extends RejectAttachmentResponse, __MetadataBearer {} declare const RejectAttachmentCommand_base: { new ( input: RejectAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< RejectAttachmentCommandInput, RejectAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RejectAttachmentCommandInput, ): import("@smithy/core/client").CommandImpl< RejectAttachmentCommandInput, RejectAttachmentCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RejectAttachmentCommand extends RejectAttachmentCommand_base { protected static __types: { api: { input: RejectAttachmentRequest; output: RejectAttachmentResponse; }; sdk: { input: RejectAttachmentCommandInput; output: RejectAttachmentCommandOutput; }; }; }