export type HashMap<T = any> = Record<string, T>;
