import { TValue } from '../types';
export interface IValueMap {
    [key: string]: TValue;
}
//# sourceMappingURL=value-map.d.ts.map