mastra
Version:
cli for mastra
9 lines • 421 B
TypeScript
import type { CLI_ORIGIN } from './analytics/index.js';
import { PosthogAnalytics } from './analytics/index.js';
export declare const version: string | undefined;
export declare const analytics: PosthogAnalytics;
export declare const origin: CLI_ORIGIN;
export { PosthogAnalytics } from './analytics/index.js';
export { create } from './commands/create/create.js';
//# sourceMappingURL=index.d.ts.map