export function memory(): API.AgentStore; export type Model = { store: Record; index: Record; }; import * as API from '../../types.js'; import { CAR } from '@ucanto/core'; //# sourceMappingURL=agent-store.d.ts.map