export declare function shouldShowBanner(argv?: string[]): boolean; /** * Renders the NOAH DEV CLI banner once per process. */ export declare function renderBanner(force?: boolean): void; export declare function resetBannerForTests(): void; //# sourceMappingURL=banner.d.ts.map