/** @packageDocumentation * @module Utils */ import type { WorkerImplementation } from "../common/WorkerProxy"; /** Configure an implementation of the operations defined by `T` to execute on a worker thread. * See [this article]($docs/learning/frontend/WorkerProxy.md) for more details and examples. * @beta */ export declare function registerWorker(impl: WorkerImplementation): void; //# sourceMappingURL=RegisterWorker.d.ts.map