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