export type WorkerMessageHandler = { onMessage: (message: any) => Promise; onError?: (error: Error) => Promise; };