export interface ExportableStructure { isExported?: boolean; isNamedExportOfFile?: boolean; isDefaultExportOfFile?: boolean; }