import { TEditor, Value } from "../slate/editor/TEditor"; import { QueryEditorOptions } from "../types/slate/QueryEditorOptions"; /** * Query the editor state. */ export declare const queryEditor: = TEditor>(editor: E, { filter, selectionAtBlockStart, selectionAtBlockEnd, allow, exclude, at }?: QueryEditorOptions) => boolean; //# sourceMappingURL=queryEditor.d.ts.map