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