import { ts } from '../typescript'; /** * Platform consistent TypeScript printer instance. By default, TypeScript will use the * new-line kind based on the operating system (e.g. Windows will use CRLF). */ export declare const lineFeedPrinter: ts.Printer; //# sourceMappingURL=line-feed-printer.d.ts.map