import { type BlockComponent, type Command } from '@blocksuite/std'; import type { BlockModel } from '@blocksuite/store'; type UpdateBlockConfig = { flavour: string; props?: Record; }; export declare const updateBlockType: Command; export {}; //# sourceMappingURL=block-type.d.ts.map