declare class WorkerError extends Error { constructor(name: string, message: string); } export default WorkerError;