import { Database } from '../../types'; export declare function createWebWorkerDbFactory(worker: Worker): () => Database;