import type { Paginator } from "@smithy/types"; import { GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput } from "../commands/GetCommentReactionsCommand"; import type { CodeCommitPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetCommentReactions: (config: CodeCommitPaginationConfiguration, input: GetCommentReactionsCommandInput, ...rest: any[]) => Paginator;