import type { Doc } from "prettier"; import * as PrettierTypes from "./prettier-types"; import { ReferenceMap } from "../reference-map"; export declare function printLatexAst(path: PrettierTypes.AstPath, options: PrettierTypes.Options & { referenceMap?: ReferenceMap; }, print: PrettierTypes.RecursivePrintFunc): Doc; //# sourceMappingURL=printer.d.ts.map