import type { Techno } from './../specs/technos.js'; export type InferenceFunction = (path: string) => Promise;