import type { RollupError } from "rollup";
declare const enhanceRollupError: (error: RollupError) => void;
export = enhanceRollupError;
