import {StreamParser} from "@codemirror/language" export declare function sql(conf: { client?: {[word: string]: any}, atoms?: {[word: string]: any}, builtin?: {[word: string]: any}, keywords?: {[word: string]: any}, operatorChars?: RegExp, support?: {[word: string]: any}, hooks?: {[hook: string]: any}, dateSQL?: {[word: string]: any}, backslashStringEscapes?: boolean, brackets?: RegExp, punctuation?: RegExp }): StreamParser export declare const standardSQL: StreamParser export declare const msSQL: StreamParser export declare const mySQL: StreamParser export declare const mariaDB: StreamParser export declare const sqlite: StreamParser export declare const cassandra: StreamParser export declare const plSQL: StreamParser export declare const hive: StreamParser export declare const pgSQL: StreamParser export declare const gql: StreamParser export declare const gpSQL: StreamParser export declare const sparkSQL: StreamParser export declare const esper: StreamParser