export declare const isNewerVersion: (latest: string, current: string) => boolean; export declare const checkForUpdate: (packageName: string, currentVersion: string) => Promise;