/**
 * Flowtype definitions for version
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 * @flow
 */

import type { Version } from "../types/public";
declare export function getVersionString(version: Version): string;
