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