UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

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