/** * Cross-Sync Command * * Intelligently synchronize context across all AI tools after drift detection. * * @version 3.1.0 */ import { Command } from 'commander'; export declare const crossSyncCommand: Command; //# sourceMappingURL=cross-sync.d.ts.map