export type ImplementsSet = { set: (valueOrFunction: T | ((old: T) => T)) => void; };