import { SetState } from 'zustand'; import { Action, SetAction } from '../../types'; export declare const createStateActions: > = Record>, TSliceActions extends Record> = Record>>(set: SetState, actions: TSliceActions) => TSliceStateActions;