import { DefaultContext, Interpreter } from "xstate"; type AnyInterpreterWithContext = Interpreter; export declare function logTransitions(service: AnyInterpreterWithContext): void; export {};