/** * Worker Bootstrap v3 * * Loads services, builds proxy clients, and injects them. * * After bootstrap, a service can call: * await this.users.getUser('123') * * Which transparently routes through: * - Direct function call (colocated services, same process) * - UDS (different process, same machine) * - Supervisor IPC fallback (startup race) */ export {}; //# sourceMappingURL=worker-bootstrap.d.ts.map