import type { Language } from '@volar/language-core'; import type ts from 'typescript'; export declare function getSyntacticDiagnostics(language: Language, languageService: ts.LanguageService): ts.LanguageService['getSyntacticDiagnostics']; //# sourceMappingURL=syntactic-diagnostic.d.ts.map