export default function workerPool(_imports: {} | undefined, pool: any): Readonly<{ memory: Uint8Array; segments: Readonly<{ registry: Uint8Array; registry_chunks: readonly Uint8Array[]; _worker: Uint8Array; _worker_chunks: readonly Uint8Array[]; "_worker.online": Uint8Array; "_worker.online_chunks": readonly Uint8Array[]; "_worker.next": Uint8Array; "_worker.next_chunks": readonly Uint8Array[]; "_worker.total": Uint8Array; "_worker.total_chunks": readonly Uint8Array[]; "_worker.perBatch": Uint8Array; "_worker.perBatch_chunks": readonly Uint8Array[]; "_worker.workers": Uint8Array; "_worker.workers_chunks": readonly Uint8Array[]; "_worker.stack": Uint8Array; "_worker.stack_chunks": readonly Uint8Array[]; }>; workers: any[]; initWorkers: (limit?: number) => any; }>; //# sourceMappingURL=worker_pool.d.ts.map