UNPKG

@mastra/core

Version:

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

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