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