export declare function createAndWaitForWorkerMessage(onCreate: () => Worker, type: string, messageData: any): Promise;