import type { JsonValue } from "#shared/json.js";
export declare function normalizeConnectionAuthToolResult(result: unknown): JsonValue;
