/** * Sync Command Definition * Syncs YAML files to database, or exports DB entities back to files (reverse sync). */ import type { Command } from '../types.js'; export declare const syncCommand: Command; //# sourceMappingURL=sync.d.ts.map