import { type LintSource } from "@codemirror/lint"; /** * The underlying LintSource implementation, if you * want to construct a linter() object yourself. */ export declare const tsLintSource: LintSource; /** * Binds the TypeScript `lint()` method with TypeScript's * semantic and syntactic diagnostics. You can use * the `getLints` method for a lower-level interface * to the same data. */ export declare function tsLinter(): import("@codemirror/state").Extension; //# sourceMappingURL=tsLinter.d.ts.map