/**
 * Get the newest `espree` kind from the loaded ESLint or dependency.
 */
export declare function loadNewestModule<T>(module: string): T;
