UNPKG

@mastra/core

Version:

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

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