import {StreamParser} from "@codemirror/next/stream-parser" export declare function clike(conf: { statementIndentUnit?: number, dontAlignCalls?: boolean, keywords?: {[word: string]: any}, types?: {[word: string]: any}, builtin?: {[word: string]: any}, blockKeywords?: {[word: string]: any}, atoms?: {[word: string]: any}, hooks?: {[hook: string]: any}, multiLineStrings?: boolean, indentStatements?: boolean, indentSwitch?: boolean, namespaceSeparator?: string, isPunctuationChar?: RegExp, numberStart?: RegExp, number?: RegExp, isOperatorChar?: RegExp, isIdentifierChar?: RegExp, isReservedIdentifier?: (id: string) => boolean }): StreamParser export declare const c: StreamParser export declare const cpp: StreamParser export declare const java: StreamParser export declare const csharp: StreamParser export declare const scala: StreamParser export declare const kotlin: StreamParser export declare const shader: StreamParser export declare const nesC: StreamParser export declare const objectiveC: StreamParser export declare const objectiveCpp: StreamParser export declare const squirrel: StreamParser export declare const ceylon: StreamParser export declare const dart: StreamParser