import type { CacheConfigAdvanced } from "..";
import type { CatladderJobCache } from "../../types/jobs";
export declare function transformLegacyJobCache(jobCache: CatladderJobCache | CatladderJobCache[] | undefined): CacheConfigAdvanced[];