import { WebmapEmbedding } from '../embeddings/webmapSchema'; /** * Initializes the embeddings worker and waits for its initial embedding generation * to complete. Returns the ready Worker instance. */ export declare const initEmbeddingsWorker: (webmapEmbeddings: WebmapEmbedding) => Promise;