import { WithTimestamps } from '@n8n/db'; export declare class AgentMemoryEntryCursorEntity extends WithTimestamps { agentId: string; observationScopeId: string; lastIndexedObservationId: string; lastIndexedObservationCreatedAt: Date; }