import type { SQLiteDatabase } from '../../sqlite.js'; export declare function applyAgentStoreTablesMigration(db: SQLiteDatabase): void; //# sourceMappingURL=agent-store-tables.d.ts.map