import type { BlockDepthOptions } from './increaseBlockDepth'; import type { YooEditor } from '../types'; export declare function decreaseBlockDepth(editor: YooEditor, options?: BlockDepthOptions): void; //# sourceMappingURL=decreaseBlockDepth.d.ts.map