import { Rules } from "@hylimo/core"; import type { Doc } from "prettier"; import type { PrintContext } from "./types.js"; /** * Lookup for printers for each CST node */ export declare const printers: Record Doc>; //# sourceMappingURL=printers.d.ts.map