/**
 * One-time backfill + DROP for adopters migrating flat jsonb category/tag columns.
 * Run inside a single transaction after contentTaxonomyMigrationSql() (spec §5).
 */
declare const contentTaxonomyBackfillSql: () => string;

export { contentTaxonomyBackfillSql };
