export declare class CheckUpdateVo { hasUpdate: boolean; latestVersion?: string; title?: string; downloadUrl?: string; }