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