import { BaseLLM } from "./base.js"; export declare const loadLLM: (uri: string) => Promise;