import type HttpServer from '../services/http-server'; import type { Spinner } from '../types'; export default function checkLatestVersion(spinner: Spinner, customerVersion: string, getLatestVersion: typeof HttpServer.getLatestVersion): Promise; //# sourceMappingURL=check-latest-version.d.ts.map