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): void; export declare function resetEETelemetryForTests(): void; //# sourceMappingURL=posthog.d.ts.map