export interface NamedExportInfo { name: string; alias: string | undefined; }