/** * Interactive wizard commands — install-wizard, export-interactive, setup * Also: run, context, preview, scripts, completion, info */ import { Command } from 'commander'; export declare function registerInteractiveCommands(program: Command): void; //# sourceMappingURL=interactive.d.ts.map