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