/** Pretty-prints a value using the shared CLI and MCP JSON representation. */ export declare const serializeJson: (value: unknown) => string;