File size: 229 Bytes
fea495a | 1 2 3 4 5 6 7 | import type { VersionInfo } from '../../server/dev/parse-version-info';
export declare function getStaleness({ installed, staleness, expected }: VersionInfo): {
text: string;
indicatorClass: string;
title: string;
};
|