import { WorkerContext } from "./workerContext"; export declare class WorkerAPI { createWorker(path: string): WorkerContext; }