declare function sendMessage(worker: Worker, type: string, data: any): Promise; export { sendMessage };