interface WizardOptions { accessToken?: string; environment?: string; skipInstall?: boolean; yes?: boolean; } export declare function runNextjsWizard(options?: WizardOptions): Promise; export {}; //# sourceMappingURL=wizard.d.ts.map