import { Extension } from '@codemirror/state'; import type { CypherConfig } from './langCypher'; export declare const cypherLinter: (config: CypherConfig) => Extension; export declare const cleanupWorkers: () => void;