import { IImportDefinition } from "./IImportDefinition"; export interface IImportDefinitions { [key: string]: IImportDefinition; }