import type { CResult } from '../types.mts'; // Serialize the final result object before printing it // All commands that support the --json flag should call this before printing export declare function serializeResultJson(data: CResult): string; //# sourceMappingURL=serialize-result-json.d.mts.map