import type { Doc } from "prettier"; import * as PrettierTypes from "./prettier-types"; export declare function printInlineMath(path: PrettierTypes.AstPath, print: PrettierTypes.RecursivePrintFunc, options: any): Doc; export declare function printDisplayMath(path: PrettierTypes.AstPath, print: PrettierTypes.RecursivePrintFunc, options: any): Doc; //# sourceMappingURL=math.d.ts.map