import makeDiagnostic from './make-diagnostic';
import makeDiagnosticWithDiff from './make-diagnostic-with-diff';
import getJSONPropertyPosition from './get-json-property-position';
import * as tsutils from './typescript';
export { getJSONPropertyPosition, makeDiagnostic, makeDiagnosticWithDiff, tsutils };
