export declare const versions: {
    [key: string]: number;
};
export declare const versionsByValue: {
    [key: number]: string;
};
