import { Context } from '../tokenizer'; declare const _default: { tokenizer: { startState: () => Context; token: (stream: any, context: Context) => string; indent: (context: Context, after: any) => number; electricInput: RegExp; }; autocomplete: (CodeMirror: any, onHint?: (event: { CodeMirror: any; editor: any; type: string; line: number; start: number; end: number; word?: string; token: any; cursor: any; }) => void) => (editor: any, change: any) => void; types: { text: string; displayText: string; }[]; decorates: { select: number[]; text: string; displayText: string; }[]; dollar: { text: string; displayText: string; }[]; tips: (CodeMirror: any, editor: any, list: any, up: any, line: any, start: any, end?: any) => void; up: (list: any) => (item: any) => void; }; export default _default;