import type { UpdateCheckResult } from "../types";
export declare function checkForUpdate(directory: string): Promise<UpdateCheckResult>;
