import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCommentRequest, CreateCommentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateCommentCommandInput extends CreateCommentRequest {} export interface CreateCommentCommandOutput extends CreateCommentResponse, __MetadataBearer {} declare const CreateCommentCommand_base: { new ( input: CreateCommentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCommentCommandInput, CreateCommentCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateCommentCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCommentCommandInput, CreateCommentCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateCommentCommand extends CreateCommentCommand_base { protected static __types: { api: { input: CreateCommentRequest; output: CreateCommentResponse; }; sdk: { input: CreateCommentCommandInput; output: CreateCommentCommandOutput; }; }; }