import { TEditor, TNode } from '@udecode/slate-plugins-core'; import { FindNodeOptions } from './findNode'; /** * Iterate through all of the nodes in the editor and break early for the first truthy match. Otherwise * returns false. */ export declare const someNode: = TNode>(editor: TEditor, options: FindNodeOptions) => boolean; //# sourceMappingURL=someNode.d.ts.map