export type ObjectMap<TValue> = {
    [key: string | number]: TValue;
};
//# sourceMappingURL=objectMap.d.ts.map