UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

6 lines (5 loc) 204 B
import type { WizardOptions } from '../utils/types'; /** * Laravel wizard powered by the universal agent runner. */ export declare function runLaravelWizardAgent(options: WizardOptions): Promise<void>;