import type { SQLiteDatabase } from '../../sqlite.js'; /** * M8: gateway_tool_call rows carry a queryable tool name (the reconcile * verifier matches obligated tools against it). CREATE TABLE IF NOT EXISTS is * a no-op on existing tables, so this must be an explicit guarded ALTER. */ export declare function applyAgentActivityToolNameMigration(db: SQLiteDatabase): void; //# sourceMappingURL=agent-activity-tool-name.d.ts.map