export type DIProxyControlSetValue<H, C> = (hostValue: H | null, proxyValue: C | null) => H | null;
