/** * Post-fill formatter for closing-checklist DOCX files. * * After docx-templates fills the template, every row looks identical. * This formatter opens the DOCX, finds the Documents table, classifies * each row (stage heading, main entry, citation, signatory, action, issue), * and applies semantic XML formatting: bold, italic, color, indentation. */ export declare function formatChecklistDocx(docxPath: string): Promise; //# sourceMappingURL=format-checklist-docx.d.ts.map