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