import type { InstallLocation } from '../../types/install.js'; /** ASCII banner displayed at the start of the installer. */ export declare const BANNER: string; /** * Prints CLI usage information and exits. * * @param version - The current package version. */ export declare const showHelp: (version: string) => never; /** * Prints the dry-run summary showing what would be created. * * @param location - The install location. */ export declare const showDryRun: (location: InstallLocation) => void; //# sourceMappingURL=ui.d.ts.map