/**
 * Compares two versions
 * @return true if local is up to date, false otherwise
 * @param local
 * @param remote
 */
export declare function upToDate(local: string, remote: string): boolean;
