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