import decorates from './decorates'; import dollar from './dollar'; import types from './types'; declare const up: (list: any) => (item: any) => void; declare const tips: (CodeMirror: any, editor: any, list: any, up: any, line: any, start: any, end?: any) => void; export { types, decorates, dollar, tips, up }; declare const _default: (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; export default _default;