import { ValueType } from 'b-pl-tree'; export type ProcessInsert = (item: T) => (index_payload: ValueType) => void;