export type TreeWizardOptions = { path?: string; layout?: string; embedded?: boolean; yes?: boolean; }; /** * Company API docs presentation wizard — install / migrate / `daxta tree`. */ export declare function runTreeWizard(options?: TreeWizardOptions): Promise;