export type Typing = { [x: string]: { [x: string]: number; }; };