import type { UpdateInfo } from '../types/index.js';
/**
 * Check for package updates
 */
export declare function checkForUpdates(): Promise<UpdateInfo>;
//# sourceMappingURL=update-checker.d.ts.map