import type { PosthogPlugin } from './definitions';
declare const Posthog: PosthogPlugin;
export * from './definitions';
export { Posthog };
