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