import type { OutdatedPlugin } from '../updater/plugin-compare.js'; import type { UpdateCheckState } from '../updater/throttle.js'; export declare function printUpdateBanner(state: UpdateCheckState, currentVersion: string, outdatedPlugins?: OutdatedPlugin[]): void; //# sourceMappingURL=update-banner.d.ts.map