export interface IImportDefinition { prefix?: string; name?: string; import?: string; }