import type { MigrationDb } from "./index"; /** * Migration 062: Soft-delete memory artifacts. * * Native harness memory files can disappear while still being useful lineage. * Keep their provenance rows but mark them inactive so recall does not treat * stale external files as current source truth. */ export declare function up(db: MigrationDb): void; //# sourceMappingURL=062-memory-artifact-soft-delete.d.ts.map