export function stampTableRows({ type, tr, from, to, user, date }: { type: "rowInsert" | "rowDelete"; tr: import('prosemirror-state').Transaction; from: number; to: number; user: import('../../../core/types/EditorConfig.js').User; date: string; }): boolean; //# sourceMappingURL=stampTableRows.d.ts.map