import type { Command, Transaction } from "../../../../pm/state.js"; type Wrapper = (tr: Transaction) => void; export declare function wrapCommand(command: Command, ...wrappers: [Wrapper, ...Wrapper[]]): Command; export {};