export declare class ScriptSyncDisplayService { /** * Format a sync-all summary result for display. * Returns lines for console output, or a JSON string if jsonOutput is true. */ formatSyncAllResult(result: any, jsonOutput: boolean): string[]; /** * Format a single pull/push sync result for display. * Returns lines for console output, or a JSON string if jsonOutput is true. */ formatSyncResult(result: any, jsonOutput: boolean): string[]; } //# sourceMappingURL=script-sync-display.service.d.ts.map