import { type Cause } from 'effect/Cause'; import { type PrettyPrintOptions } from './types/index.js'; export declare const prettyPrint: (cause: Cause, options?: PrettyPrintOptions) => string;