import type { IAppRoot, ICustomElementController } from '@aurelia/runtime-html'; export interface AureliaViewOutput { controller?: ICustomElementController; root?: IAppRoot; }