import { FakeStateMachine } from './FakeStateMachine'; import { RunStateResult } from './RunStateResult'; declare const _default: { FakeStateMachine: typeof FakeStateMachine; RunStateResult: typeof RunStateResult; }; export = _default;