/**
 * Checks the version of the current package and invalidates the cache if necessary
 * @param coreFiles - list of core files, if they were changed, the cache will be invalidated
 */
export declare function invalidateCacheIfNeeded(coreFiles?: string[]): boolean;
