/** Load the newest reachable copy of a module (linter → cwd → self). */
export declare function loadNewestModule<T>(module: string): T;
