import { TEditor } from '@udecode/slate-plugins-core'; import { WrapOptions } from '../types/Transforms.types'; /** * Unwrap nodes with extended options. * See {@link Transforms.unwrapNodes} */ export declare const unwrapNodes: (editor: TEditor, options?: WrapOptions> | undefined) => void; //# sourceMappingURL=unwrapNodes.d.ts.map