/** * Dev-only: active-handle / active-request diagnostics for the iranti Express server. * * Starts a minimal Express server and a raw http.createServer on ports 3001/3002, * then calls the Node.js internal `_getActiveHandles` / `_getActiveRequests` APIs * to inspect what is keeping the event loop alive at each lifecycle stage. * * NOT shipped — run directly with ts-node for debugging graceful-shutdown hang issues. * The `(process as NodeProcessInternal)` casts are intentional: these are private * Node.js inspection APIs with no public TypeScript declarations. */ export {}; //# sourceMappingURL=diag.d.ts.map