/** Idempotent additive DDL for fields EAV tables (spec §4). */
declare const fieldsMigrationSql: () => string;

export { fieldsMigrationSql };
