import type {ArrowFunction} from '@gecut/types'; export type StateManager = Record< STATE_KEYS, ArrowFunction >; export declare function stateManager(states: T, state: S): ReturnType; //# sourceMappingURL=state-manager.d.ts.map