import type { LogAttributes } from './attributes.js'; /** * `exception.type` / `exception.message` / `exception.stacktrace` for a * thrown value. `causeDepth` overrides the default bound above — exposed * for tests, not because a production call site should ordinarily need a * different one. */ export declare function errorAttributes(err: unknown, opts?: { readonly causeDepth?: number; }): LogAttributes; //# sourceMappingURL=exception.d.ts.map