import { PersonalKnowledgeAgentService } from '@memento/core'; import type Database from 'better-sqlite3'; import type { AgentRouterCtx, AgentRouterOptions } from './agent.routes.types.js'; export declare function createPersonalKnowledgeAgent(ctx: AgentRouterCtx): PersonalKnowledgeAgentService; export declare function buildRouterCtx(db: Database.Database | null, options: AgentRouterOptions): AgentRouterCtx; //# sourceMappingURL=agent.routes.context.d.ts.map