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