import { WorkerPool } from "./typedPool.js"; import type { ExtractWorkerFunction } from "../workers/extractWorker.js"; export type ExtractWorkerPool = WorkerPool;