UNPKG

revit-cli

Version:

A scalable CLI tool for Revit communication and data manipulation

14 lines 390 B
/** * ASCII art and branding constants */ export declare const ASCII_ART: string; export declare const DESCRIPTION: string; /** * Display persistent header with ASCII art */ export declare function displayHeader(): void; /** * Display interactive welcome screen with prompt */ export declare function displayWelcomeScreen(): Promise<void>; //# sourceMappingURL=welcome-screen.d.ts.map