import { type BlockComponent, type Command } from '@blocksuite/std'; export declare const selectBlocksBetween: Command<{ focusBlock?: BlockComponent; anchorBlock?: BlockComponent; tail: boolean; }>; //# sourceMappingURL=select-blocks-between.d.ts.map