export default function getUpdateFailureLevel(version: string, latest: string): "fail_major" | "fail_minor" | "fail_patch";