/**
 * Represents a kind of a version.
 */
export declare type VersionKind = "Alpha" | "dev" | "Beta" | "RC" | "pl";
