import { EditorView } from "@codemirror/view";
import { DefaultSpyParams } from '@readable-js/core';
export declare function readableMessages(view: EditorView, getCallStack: (view: EditorView, skipEvaluation?: boolean) => DefaultSpyParams[], currentStep: number, skipEvaluation?: boolean): import("@codemirror/view").DecorationSet;
