UNPKG

@mastra/core

Version:

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

7 lines 489 B
export type EEEventName = 'ee_license_check' | 'ee_feature_used'; export declare function isEETelemetryEnabled(): boolean; export declare function hashTelemetryValue(value: string): string; export declare function getEETelemetryFallbackDistinctId(): string; export declare function captureEEEvent(event: EEEventName, distinctId: string | undefined, properties?: Record<string, unknown>): void; export declare function resetEETelemetryForTests(): void; //# sourceMappingURL=posthog.d.ts.map