import { ClassId } from './ng-modules'; export interface Module { name: string; importPath: string; importFile: string; } export declare type ModuleDefinition = Map;