export interface IModule {
    [importName: string]: any;
}
