import type { BaseBlockModel, Page } from '@revesuite/store'; import { type BlockRange, type SerializedBlock } from '../utils/index.js'; export declare function json2block(focusedBlockModel: BaseBlockModel, pastedBlocks: SerializedBlock[], options?: { convertToPastedIfEmpty?: boolean; range?: BlockRange; }): Promise; export declare function addSerializedBlocks(page: Page, serializedBlocks: SerializedBlock[], parent: BaseBlockModel, index: number): Promise; //# sourceMappingURL=json2block.d.ts.map