UNPKG

@mastra/core

Version:

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

7 lines 273 B
import { MastraTTS as BaseMastraTTS } from './index.js'; import type { TTSConfig } from './index.js'; export * from './index.js'; export declare abstract class MastraTTS extends BaseMastraTTS { constructor(args: TTSConfig); } //# sourceMappingURL=index.warning.d.ts.map