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