import type { AffineTextAttributes } from '@blocksuite/affine-shared/types'; import { type Command } from '@blocksuite/std'; export declare const formatNativeCommand: Command<{ range?: Range; styles: AffineTextAttributes; mode?: 'replace' | 'merge'; }>; //# sourceMappingURL=format-native.d.ts.map