export declare function importNodeLlamaCpp(): Promise<{ default: typeof import("node-llama-cpp"); getLlama(params: { logLevel: import("node-llama-cpp").LlamaLogLevel; }): Promise; resolveModelFile(modelPath: string, cacheDir?: string): Promise; LlamaLogLevel: typeof import("node-llama-cpp").LlamaLogLevel; }>;