/** * Check if a newer version of rolebox is available on npm. * Results are cached for 24 hours to avoid excessive network calls. * Never throws — all failures are silently swallowed. */ export declare function checkForUpdate(currentVersion: string): Promise; //# sourceMappingURL=version-check.d.ts.map