UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

11 lines (10 loc) 298 B
import type { CloudRegion } from './utils/types'; export declare const runMCPInstall: (options: { signup: boolean; region?: CloudRegion; local?: boolean; debug?: boolean; }) => Promise<void>; export declare const runMCPRemove: (options?: { local?: boolean; }) => Promise<void>;