/** * Copyright (c) 2026 Tran Huu Canh (0xTh3OKrypt) * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export declare class EmbeddingService { private worker; private ready; private requestId; private pending; private initPromise; init(): Promise; isReady(): boolean; embedForStorage(text: string): Promise; embedForSearch(text: string): Promise; private embed; shutdown(): Promise; } //# sourceMappingURL=embedding-service.d.ts.map