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