import { WithState, State } from '../types'; export default class Stateful implements WithState { private state; constructor(); getState(): S; setState(state: State): void; } //# sourceMappingURL=Stateful.d.ts.map