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