import type { ContextualError } from './ContextualError.js' export type Cause = Error | ContextualError export type Context = object