export declare const getHighestVersion: (versions: string[]) => string | null;
