/** * a version number in semver (Semantic Versioning) format */ export declare type SemVer = string;