import type { Paginator } from "@smithy/types"; import { GetJobRunsCommandInput, GetJobRunsCommandOutput } from "../commands/GetJobRunsCommand"; import type { GluePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetJobRuns: (config: GluePaginationConfiguration, input: GetJobRunsCommandInput, ...rest: any[]) => Paginator;