import { Definition } from "./types.js";
export declare function inferModel(path: string): Promise<Definition[]>;
