export abstract class ExportableDefinition { isExported: boolean; isNamedExportOfFile: boolean; isDefaultExportOfFile: boolean; }