import * as ts from 'typescript';
export declare function checkSyntaxError(tsNode: ts.Node): void;
