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