/**
 * Movement Classifier — reads from the existing LineMovement table (1.5M+ rows)
 * and classifies movements into sc_line_movements for downstream consumption.
 *
 * Uses ID-based watermarking (LineMovement.id is monotonically increasing)
 * to avoid timestamp-dedup issues. Batch INSERT ON CONFLICT for speed.
 */
export declare function runMovementClassifier(): Promise<void>;
//# sourceMappingURL=movement-classifier.d.ts.map