import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeCommitClient"; import { DeleteCommentContentInput, DeleteCommentContentOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteCommentContentCommandInput extends DeleteCommentContentInput {} export interface DeleteCommentContentCommandOutput extends DeleteCommentContentOutput, __MetadataBearer {} declare const DeleteCommentContentCommand_base: { new ( input: DeleteCommentContentCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteCommentContentCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteCommentContentCommand extends DeleteCommentContentCommand_base { protected static __types: { api: { input: DeleteCommentContentInput; output: DeleteCommentContentOutput; }; sdk: { input: DeleteCommentContentCommandInput; output: DeleteCommentContentCommandOutput; }; }; }