export type ValueOf<T> = T[keyof T];
//# sourceMappingURL=typeUtils.d.ts.map