import { IValueMap } from '../interfaces'; export type TValueMap = { [P in keyof ValueMap]: ValueMap[P]; }; //# sourceMappingURL=value-map.d.ts.map