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