/** * take a OPCUA version string and make it compliant with the semver specification * @param version * @returns */ export declare function makeSemverCompatible(version?: string): string;