import type { MigrationDb } from "./index"; /** * Migration 037: Entity Communities * * Adds entity_communities table for Louvain community detection * (DP-5). Entities gain a community_id foreign key that links them to * their detected neighborhood cluster. */ export declare function up(db: MigrationDb): void; //# sourceMappingURL=037-entity-communities.d.ts.map