/** * Certification & Content tools — verify neutrality of ANY text content. * The killer feature: AI responses, articles, reviews, contracts — all get AIN certified. */ import type { Server } from "./helpers.js"; import { ZPLEngineClient } from "../engine-client.js"; export declare function registerCertificationTools(server: Server, getClient: () => ZPLEngineClient): void;