import { SPEditor } from '@udecode/slate-plugins-core'; /** * Does the node match the type provided. */ export declare const isType: (editor: SPEditor, node: any, pluginKey?: string | string[] | undefined) => boolean; //# sourceMappingURL=isType.d.ts.map