/** * Adds actionable context to lower-level authored module bundling failures. */ export declare function createAuthoredModuleBundleError(modulePath: string, error: unknown): Error;