type DocxWorkerRequest = { __msgId: string; type: "parseDocx"; buffer: ArrayBuffer; }; type DocxWorkerResponse = { __msgId: string; result?: string; error?: string; }; //# sourceMappingURL=docx-worker.d.ts.map