export { Service } from "./service.mjs"; export function execute(worker, value) { return worker.run(value); }