/** * Sync CLI Commands (TRL-334) * * CLI interface for the sync daemon and realtime sync operations. */ import { Command } from 'commander'; export declare function registerSyncCommands(program: Command): void; //# sourceMappingURL=sync-cli.d.ts.map