/** * First-run setup wizard for new users */ /** * Check if first-run setup is needed and execute if required */ export declare function checkAndRunFirstTimeSetup(): Promise; /** * Check if command should trigger first-run setup */ export declare function shouldTriggerFirstRun(args: string[]): boolean; //# sourceMappingURL=first-run-setup.d.ts.map