import ts__default from 'typescript'; import { SetRequiredNonNullable } from './types.js'; type DiagnosticWithStart = SetRequiredNonNullable; declare function isDiagnosticWithStart(diagnostic: ts__default.Diagnostic): diagnostic is DiagnosticWithStart; export { type DiagnosticWithStart, isDiagnosticWithStart };