export declare type WorkerMessageType = { data: { cmd: string; data: any; }; };