import { TUpdateFunction } from './update-function'; export type TUpdateVectorWithCustomState = UpdateFunction extends TUpdateFunction ? UpdateVectorWithCustomState : never; //# sourceMappingURL=update-vector-with-custom-state.d.ts.map