/** * Convert the service version to 'normal' version. * This basically removes any "v" prefix from the version string. * @param version */ export declare function getServiceVersion(version?: string): string;