export interface StepError { readonly name: string; readonly message: string; readonly stack: string | null; } /** The `trace_step.error` projection of a thrown value. */ export declare function projectStepError(thrown: unknown): StepError; //# sourceMappingURL=step-error.d.ts.map