import { StateAction } from './types'; export declare const applyStateByKey: (prevState: S, action: StateAction, key: string) => S; export declare const applyReducerState: (prevState: S, action: StateAction) => S; //# sourceMappingURL=helpers.d.ts.map