import type { Path } from 'slate'; import { Editor } from 'slate'; export declare const unwrapList: (editor: Editor, atPath: Path) => void; //# sourceMappingURL=unwrapList.d.ts.map