export interface ModuleViewer { view(mod: Module): string; }