import type { AffineTextAttributes } from '@blocksuite/affine-shared/types'; import type { Command, TextSelection } from '@blocksuite/std'; export declare const formatTextCommand: Command<{ currentTextSelection?: TextSelection; textSelection?: TextSelection; styles: AffineTextAttributes; mode?: 'replace' | 'merge'; }>; //# sourceMappingURL=format-text.d.ts.map