import type { Exports } from "./Exports.type.js"; export type ExportCacheEntry = { time: number; result: Exports; };