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