import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeCommentsRequest, DescribeCommentsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeCommentsCommandInput extends DescribeCommentsRequest {} export interface DescribeCommentsCommandOutput extends DescribeCommentsResponse, __MetadataBearer {} declare const DescribeCommentsCommand_base: { new ( input: DescribeCommentsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeCommentsCommandInput, DescribeCommentsCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeCommentsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeCommentsCommandInput, DescribeCommentsCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeCommentsCommand extends DescribeCommentsCommand_base { protected static __types: { api: { input: DescribeCommentsRequest; output: DescribeCommentsResponse; }; sdk: { input: DescribeCommentsCommandInput; output: DescribeCommentsCommandOutput; }; }; }