import { SPEditor } from '@udecode/slate-plugins-core'; import { Path } from 'slate'; export declare const unwrapList: (editor: SPEditor, { at }?: { at?: Path | undefined; }) => void; //# sourceMappingURL=unwrapList.d.ts.map