import type { ContextualError } from './ContextualError.js'; export type Cause = Error | ContextualError; export type Context = object; //# sourceMappingURL=types.d.ts.map