export declare function cleanCache(): void;
export declare function isMatch(opts: {
    path: string;
    pkgs: Record</*name*/ string, /*version*/ string[]>;
}): boolean;
export declare function es5ImcompatibleVersionsToPkg(): Record<string, string[]>;
