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