declare const map: {
    [key: string]: {
        [key: string]: string;
    };
};
export default map;
