import { type ElementNode } from '../../schema/index.js'; import type { EditResult } from '../../doc/index.js'; import type { CommandOutcome } from '../../editor/index.js'; export interface Family { readonly list: string; readonly item: string; } export declare const BULLET: Family; export declare const ORDERED: Family; export declare const TASK: Family; export declare const LIST_TYPES: ReadonlySet; export declare const emptyParagraph: () => ElementNode; export declare const outcomeOf: (r: EditResult) => CommandOutcome; //# sourceMappingURL=helpers.d.ts.map