import type { Paginator } from "@smithy/types"; import { SearchJobsCommandInput, SearchJobsCommandOutput } from "../commands/SearchJobsCommand"; import type { MediaConvertPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchJobs: (config: MediaConvertPaginationConfiguration, input: SearchJobsCommandInput, ...rest: any[]) => Paginator;