import * as ts from "typescript";
import { NewLineKind } from "./../ManipulationSettings";
export declare function newLineKindToTs(kind: NewLineKind): ts.NewLineKind;
