import { Editor } from 'slate'; import Options from '../options'; /** * Decreases the depth of the current item. The following items will * be moved as subList of the decreased item. * * No-op for root items. */ declare function decreaseItemDepth(opts: Options, editor: Editor): Editor; export default decreaseItemDepth; //# sourceMappingURL=decreaseItemDepth.d.ts.map