import type { NormalizedError } from "../definition/_index.mjs";
declare function stringifyErrorTree(error: Error | NormalizedError): string;
export { stringifyErrorTree };
