export declare function cleanCache(): void; export declare function isMatch(opts: { path: string; pkgs: Record; }): boolean; export declare function es5ImcompatibleVersionsToPkg(): Record;