import type { Project, ts } from '../utils/ts-morph.ts'; /** Get a ts.Printer configured to match the project’s `compilerOptions`. */ export declare function getPrinter(project: Project, overrides?: Partial): ts.Printer;