import type { Transaction } from '@tiptap/pm/state'; import type { ChangeListItemsIndent } from './commons'; export declare const indentList: () => ({ tr }: { tr: any; }) => boolean; export declare const sinkListItem: (tr: Transaction) => boolean; export declare const sinkListItemNodes: ChangeListItemsIndent; //# sourceMappingURL=indentList.d.ts.map