UNPKG

@mastra/core

Version:

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

9 lines 299 B
import { MastraBase as MastraBaseBase } from './base'; import type { RegisteredLogger } from './logger'; export declare class MastraBase extends MastraBaseBase { constructor(args: { component?: RegisteredLogger; name?: string; }); } //# sourceMappingURL=base.warning.d.ts.map