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; _worker_notify: (v0: any, v1: any) => number; _worker_online: () => number; initWorker: (v0: any) => void; mainInstalled: (v0: any) => void; mainReset: () => void; registryInfo: (v0: any) => number[]; stopWorker: (v0: any) => void; workerInstalled: (v0: any, v1: any) => number; }>; //# sourceMappingURL=worker_pool.d.ts.map