import type { AstroPreferences } from '../../preferences/index.js'; export declare const MAX_PATCH_DISTANCE = 5; export declare function fetchLatestAstroVersion(preferences: AstroPreferences | undefined): Promise; export declare function shouldCheckForUpdates(preferences: AstroPreferences): Promise;