import { TaskResult } from "../idempotentTask.js"; //#region src/tasks/cacheImage.d.ts declare const cacheImage: (cacheRoot: string, absolutePath: string) => Promise; //#endregion export { cacheImage }; //# sourceMappingURL=cacheImage.d.ts.map