/** * Universal tools — balance/compare/rank/check across any domain. * Stability measurement only — NOT predictions, NOT recommendations. */ import type { Server } from "./helpers.js"; import { ZPLEngineClient } from "../engine-client.js"; export declare function registerUniversalTools(server: Server, getClient: () => ZPLEngineClient): void;