import { BlockElement, Editor } from "../../interface"; export declare function fixBrotherListStart(editor: Editor, block: BlockElement, options: { fromUndo: boolean; resetStart?: boolean; start?: number | undefined; }): void; export declare function modifyList(block: BlockElement, data: { [index: string]: number | string | boolean | undefined; }, options?: { noFixStart: boolean; resetStart: boolean; }): void;