import { Editor } from 'slate'; import Options from '../options'; /** * Unwrap items at range from their list. */ declare function unwrapList(opts: Options, editor: Editor): Editor; export default unwrapList; //# sourceMappingURL=unwrapList.d.ts.map