import type { BaseBlockModel } from '@revesuite/store'; import type { BlockTransformContext } from '../__internal__/index.js'; import type { BlockRange, SerializedBlock } from '../__internal__/index.js'; import { BaseService } from '../__internal__/service/index.js'; import type { ListBlockModel } from './list-model.js'; export declare class ListBlockService extends BaseService { block2html(block: ListBlockModel, { childText, begin, end }?: BlockTransformContext): string; json2Block(focusedBlockModel: BaseBlockModel, pastedBlocks: SerializedBlock[], range?: BlockRange): Promise; } //# sourceMappingURL=list-service.d.ts.map