import { Transaction } from '@atlaskit/editor-prosemirror/state'; /** * PassiveTransaction is used only to indicate that * an `EditorCommand` should return `true` but should not dispatch. */ export declare class PassiveTransaction extends Transaction { constructor(); }