export interface PosthogAnalyticsServiceOptions { /** * The key for the posthog events */ posthogEventsKey: string; /** * The endpoint for the posthog server */ posthogHost: string; } //# sourceMappingURL=posthog.d.ts.map