import type { JobConfig } from "../../types.js";
/**
 * @private
 *
 * Provided a JobConfig object, returns a cache key computed using any
 * configuration options for the job and a hash of the source file's contents.
 */
declare const generateCacheKeyForJob: (jobConfig: JobConfig) => Promise<string>;
export default generateCacheKeyForJob;
//# sourceMappingURL=generate-cache-key-for-job.d.ts.map