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