/** * Decode one worker-owned error snapshot without trusting project metadata or * invoking accessors across the host boundary. */ export declare function deserializeWorkerError(serialized: unknown): Error; //# sourceMappingURL=worker-error-boundary.d.ts.map