UNPKG

@mastra/core

Version:

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

9 lines 293 B
import { MastraBundler as BaseMastraBundler } from './index'; export declare abstract class MastraBundler extends BaseMastraBundler { constructor(args: { name: string; mastraDir: string; outputDirectory: string; }); } //# sourceMappingURL=index.warning.d.ts.map