/** * Export the updated templates from the bulk editor as an .xlsx file. * One sheet per template, in the same importable format as the standard * template export — but using item-level name overrides so that * bulk-edited values are correctly reflected. * * @param reviewPayloads The frozen "after" payloads from the bulk editor store */ export declare function exportTemplateItemBulkEdit(reviewPayloads: FdoPurchaseOrderTemplate[]): void;