6 lines
204 B
TypeScript
6 lines
204 B
TypeScript
import { Llama } from "../Llama.js";
|
|
/**
|
|
* This is used to access various methods in the addon side without actually using a backend
|
|
*/
|
|
export declare function getLlamaWithoutBackend(): Promise<Llama>;
|