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