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