@posthog/wizard
Version:
The PostHog wizard helps you to configure your project
8 lines (7 loc) • 344 B
TypeScript
import { type FrameworkConfig } from './framework-config';
import type { WizardOptions } from '../utils/types';
/**
* Universal agent-powered wizard runner.
* Handles the complete flow for any framework using PostHog MCP integration.
*/
export declare function runAgentWizard(config: FrameworkConfig, options: WizardOptions): Promise<void>;