import { MathObjectConverter } from '../types.js'; /** * Convert m:func (function apply) to MathML. * * OMML structure: * m:func → m:funcPr (optional), m:fName (function name), m:e (argument) * * MathML output: * name argument * * Function names are rendered upright (mathvariant="normal") instead of the * default italic identifier style used by MathML. * * @spec ECMA-376 §22.1.2.39 */ export declare const convertFunction: MathObjectConverter; //# sourceMappingURL=function.d.ts.map