import { type Command, TextSelection } from '@blocksuite/std'; export declare const deleteTextCommand: Command<{ currentTextSelection?: TextSelection; textSelection?: TextSelection; }>; //# sourceMappingURL=delete-text.d.ts.map