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