import ts from 'typescript';
export declare function isDiagnosticWithLinePosition(diagnostic: ts.Diagnostic | ts.DiagnosticWithLocation | undefined): diagnostic is ts.DiagnosticWithLocation;
export declare function isDiagnostic(diagnostic: ts.Diagnostic | ts.DiagnosticWithLocation | undefined): diagnostic is ts.Diagnostic;
