UNPKG

@mastra/core

Version:

The core foundation of the Mastra framework, providing essential components and interfaces for building AI-powered applications.

6 lines 218 B
import { MastraMemory as BaseMemory } from './memory'; export * from './index'; export declare abstract class MastraMemory extends BaseMemory { constructor(_arg?: any); } //# sourceMappingURL=index.warning.d.ts.map