import type { JavaNodePrinter, JavaNodePrinters } from "./helpers.js"; export declare function printerForNodeType(type: T): JavaNodePrinter;