import { Editor } from 'slate'; declare type ExtractEditorMethodOptions = NonNullable[I]>; export declare type EditorAboveOptions = ExtractEditorMethodOptions<'above', 1>; export declare type EditorBeforeOptions = ExtractEditorMethodOptions<'before', 2>; export declare type EditorNodesOptions = ExtractEditorMethodOptions<'nodes', 1>; export declare type EditorParentOptions = ExtractEditorMethodOptions<'parent', 2>; export declare type EditorUnhangRangeOptions = ExtractEditorMethodOptions<'unhangRange', 2>; export {};