import { Transaction } from '@milkdown/kit/prose/state'; /** * Returns true when a ProseMirror transaction originated from remote Yjs sync. * * @see shared/editor/lib/multiplayer.ts in brainfish-platform (same logic) */ export declare function isRemoteTransaction(tr: Transaction): boolean;