import { AnyActorLogic, EventFromLogic, InputFrom } from "../index.js"; import { StatePath, TraversalOptions } from "./types.js"; export declare function getShortestPaths(logic: TLogic, options?: TraversalOptions, EventFromLogic, InputFrom>): Array, EventFromLogic>>;