import { Editor as CodeMirrorEditor } from 'codemirror'; export declare const setRockplate: (cm: CodeMirrorEditor, schema: any, params: any, strict?: boolean | undefined, forceUpdate?: boolean | undefined) => void; export declare const getRockplate: (cm: CodeMirrorEditor) => { cm: CodeMirrorEditor; schema: any; params: any; strict?: boolean | undefined; } | undefined; export declare const register: (CodeMirror: typeof import("codemirror")) => void;