import type { Paginator } from "@smithy/types"; import { DescribeCommentsCommandInput, DescribeCommentsCommandOutput } from "../commands/DescribeCommentsCommand"; import type { WorkDocsPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeComments: (config: WorkDocsPaginationConfiguration, input: DescribeCommentsCommandInput, ...rest: any[]) => Paginator;