import { ActorLogic, ActorSystem, EventObject, Snapshot } from "../index.js"; import { StatePath, TraversalOptions } from "./types.js"; export declare function getPathsFromEvents, TEvent extends EventObject, TInput, TSystem extends ActorSystem = ActorSystem>(logic: ActorLogic, events: TEvent[], options?: TraversalOptions): Array>;