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