import type { ScanResult } from "../types.js"; export declare function renderJson(result: ScanResult, pretty?: boolean): string; export declare function renderPortMapJson(result: ScanResult): string; export declare function renderConnectionsJson(result: ScanResult, projectFilter?: string): string; export declare function renderTechStackJson(result: ScanResult): string; //# sourceMappingURL=json.d.ts.map