export type ValuesOf<T> = T[keyof T];
//# sourceMappingURL=values-of.type.d.ts.map