/** * Reconciliation CLI Command * * Provides command-line interface for database reconciliation operations */ import { Command } from 'commander'; export declare function createReconcileCommand(): Command; //# sourceMappingURL=reconcile.d.ts.map