import { type Cause } from 'effect/Cause'; import type { PrettyError } from './../../types/index.js'; export declare const captureErrorsFrom: (cause: Cause) => readonly PrettyError[];