/**
* This is just a placeholder file to keep TypeScript aware editors happy. At build time,
* it will be replaced with a complete map of resolvable module paths => rolled up contents.
*/exportinterfaceDict<T> {
[index: string]: T;
}
declareletmap: Dict<any>;
exportdefault map;