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