export default function compareVersion(oldVersion: string, newVersion: string, containEqual?: boolean): boolean;
