import type { RuntimeLite } from '../runtime/RuntimeLite.js'; import type { WorkerBox } from '../types/WorkerBox.js'; /** Populate box with a RuntimeLite instance. */ export declare function assignRuntime(box: WorkerBox, runtime: RuntimeLite): void; export declare function startRuntime(box: WorkerBox): void; //# sourceMappingURL=RuntimeLiteWorker.d.ts.map