import { MLCEngineConfig, MLCEngineInterface } from './webLLMShared'; export declare const WebWorkerMLCEngine: new (worker: Worker, engineConfig?: MLCEngineConfig) => MLCEngineInterface; //# sourceMappingURL=webLLMClient.d.ts.map