/**
 * Pre-process a DOCX file to convert OMML math equations to LaTeX
 *
 * @param inputDocx - The DOCX file as a Buffer
 * @returns A processed DOCX file as a Buffer
 */
export declare function preprocessDocx(inputDocx: Buffer): Promise<Buffer>;
//# sourceMappingURL=docx-preprocessor.d.ts.map