import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteCommentRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteCommentCommandInput extends DeleteCommentRequest {} export interface DeleteCommentCommandOutput extends __MetadataBearer {} declare const DeleteCommentCommand_base: { new ( input: DeleteCommentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCommentCommandInput, DeleteCommentCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteCommentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCommentCommandInput, DeleteCommentCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteCommentCommand extends DeleteCommentCommand_base { protected static __types: { api: { input: DeleteCommentRequest; output: {}; }; sdk: { input: DeleteCommentCommandInput; output: DeleteCommentCommandOutput; }; }; }