import { NodePgDatabase } from "drizzle-orm/node-postgres"; /** * Auto-create the row history table if it doesn't exist. * This runs on startup when history is enabled, following the same * pattern as `ensureAuthTablesExist`. */ export declare function ensureHistoryTableExists(db: NodePgDatabase): Promise;