import type { Command } from '@blocksuite/std'; export declare const dedentBlockToRoot: Command<{ blockId?: string; stopCapture?: boolean; }>; //# sourceMappingURL=dedent-block-to-root.d.ts.map