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

import type { Version } from "../types/internal";
import type { Interaction } from "./common/types";
declare export function getVersion(): Interaction<Version>;
