/** Adds authored-module and installed-package context to Node evaluation failures. */
export declare function createAuthoredModuleEvaluationError(modulePath: string, cause: unknown): Error;
