declare function useImmutableHelper(initialState: T): [T | undefined, Function]; export default useImmutableHelper;