export declare const version: string;
export declare const isBeta: boolean;
export declare const isPrivate: boolean;
export declare function getType(): "Private Beta" | "Beta" | "Private Stable" | "Stable";
