/** * Check if user configuration exists */ export declare function hasUserConfig(): Promise; /** * Check if this appears to be a global installation */ export declare function isGlobalInstall(): boolean; /** * Check for first run and prompt for initialization if needed */ export declare function checkFirstRun(skipPrompt?: boolean): Promise; //# sourceMappingURL=first-run.d.ts.map