import { PlateState, PlateStates } from '../types/PlateStore'; export declare const getStateById: (state: PlateStates, id: string) => PlateState; export declare const mergeState: (stateToMerge: Partial, stateId?: string | undefined) => void | "" | undefined; export declare const getSetStateByKey: (key: string, stateId?: string | undefined) => (value: T, id?: string | undefined) => void | "" | undefined; //# sourceMappingURL=zustand.utils.d.ts.map