import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { DeleteAttachedFileRequest, DeleteAttachedFileResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteAttachedFileCommandInput extends DeleteAttachedFileRequest {} export interface DeleteAttachedFileCommandOutput extends DeleteAttachedFileResponse, __MetadataBearer {} declare const DeleteAttachedFileCommand_base: { new ( input: DeleteAttachedFileCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAttachedFileCommandInput, DeleteAttachedFileCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteAttachedFileCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAttachedFileCommandInput, DeleteAttachedFileCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteAttachedFileCommand extends DeleteAttachedFileCommand_base { protected static __types: { api: { input: DeleteAttachedFileRequest; output: {}; }; sdk: { input: DeleteAttachedFileCommandInput; output: DeleteAttachedFileCommandOutput; }; }; }